Skip to content

Commit

Permalink
removed test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rheirman committed Apr 5, 2018
1 parent da6beb5 commit 54ce70d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Patches/Races/RacesPatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
<!-- These patches set the exceptions of the mod settings. The same patching method can be used for other mods that add animals and want default options for them.
Two patch operations per animal are needed for vanilla animals to ensure compatibility with mods that add comps. Note that this is probably not needed for patches of other mods that add animals-->
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAddModExtension">
<xpath>*/ThingDef[ defName = "Muffalo"]</xpath>
<value>
<li Class="GiddyUpCore.AllowedLifeStagesPatch">
<allowedLifeStagesCSV>0,1,2</allowedLifeStagesCSV>
</li>
</value>
</li>
</operations>
</Operation>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
Expand Down

0 comments on commit 54ce70d

Please sign in to comment.