Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emipa606 committed Jun 17, 2019
1 parent 3921483 commit 99d756c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Patches/Patches.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,23 @@
</value>
</Operation>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "RGK_FueledStove"]</xpath>
</li>
<li Class="PatchOperationAdd">
<xpath>*/ThingDef[defName="RGK_FueledStove" or defName="GL_ElectricStove"]/recipes</xpath>
<value>
<li>CAN_CookCannibalMealSimple</li>
<li>CAN_CookCannibalMealFine</li>
<li>CAN_CookCannibalMealLavish</li>
<li>CAN_CookCannibalMealSurvival</li>
<li>CAN_MakeCannibalPemmican</li>
</value>
</li>
</operations>
</Operation>

</Patch>

0 comments on commit 99d756c

Please sign in to comment.