Skip to content

Commit

Permalink
patch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XeoNovaDan committed Nov 24, 2017
1 parent 5a404d3 commit 4f5b8ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Patches/ThingDefs_Misc/Apparel_Various.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/ThingDefs/ThingDef[defName = "Apparel_Pants"]/apparel/worngraphicPath</xpath>
<xpath>/Defs/ThingDef[defName = "Apparel_Pants"]/apparel/wornGraphicPath</xpath>
</li>
<li Class="PatchOperationReplace">
<xpath>/ThingDefs/ThingDef[defName = "Apparel_Pants"]/apparel/worngraphicPath</xpath>
<xpath>/Defs/ThingDef[defName = "Apparel_Pants"]/apparel/wornGraphicPath</xpath>
<value>
<worngraphicPath>Pants/Pants</worngraphicPath>
<wornGraphicPath>Pants/Pants</wornGraphicPath>
</value>
</li>
</operations>
Expand All @@ -20,13 +20,13 @@
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/ThingDefs/ThingDef[defName = "Apparel_Pants"]/apparel/worngraphicPath</xpath>
<xpath>/Defs/ThingDef[defName = "Apparel_Pants"]/apparel/wornGraphicPath</xpath>
<success>Invert</success>
</li>
<li Class="PatchOperationAdd">
<xpath>/ThingDefs/ThingDef[defName = "Apparel_Pants"]/apparel</xpath>
<xpath>/Defs/ThingDef[defName = "Apparel_Pants"]/apparel</xpath>
<value>
<worngraphicPath>Pants/Pants</worngraphicPath>
<wornGraphicPath>Pants/Pants</wornGraphicPath>
</value>
</li>
</operations>
Expand Down

0 comments on commit 4f5b8ed

Please sign in to comment.