Created
December 14, 2018 19:16
-
-
Save Voker57/48e7303124532f3d30884183cdf46c59 to your computer and use it in GitHub Desktop.
attempted mod patching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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