Skip to content

Instantly share code, notes, and snippets.

@Voker57
Created December 14, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Voker57/48e7303124532f3d30884183cdf46c59 to your computer and use it in GitHub Desktop.
Save Voker57/48e7303124532f3d30884183cdf46c59 to your computer and use it in GitHub Desktop.
attempted mod patching
<Operation Class="PatchOperationFindMod">
<success>Always</success> <mods>
<li>Miscellaneous_Robots</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/Verse.ThingDef[@Name = "HaulerBot"]/comps</xpath>
<value>
<li><compClass>PickUpAndHaul.CompHauledToInventory</compClass></li>
</value>
</match>
</Operation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment