mirror of
https://gitgud.io/ll.mirrors/sizedapparel.git
synced 2024-08-15 00:43:40 +00:00
Mirror of 1.4.7 from Lovers Lab
This commit is contained in:
parent
161133e4e1
commit
9a3d9f4185
607 changed files with 11263 additions and 1309 deletions
28
1.3/Patches/ApparelRecorderCompPatch.xml
Normal file
28
1.3/Patches/ApparelRecorderCompPatch.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<!-- <Operation Class="PatchOperationSequence"> -->
|
||||
<!-- <success>Always</success> -->
|
||||
<!-- <operations> -->
|
||||
<!-- <li Class="PatchOperationTest"> -->
|
||||
<!-- <xpath>Defs/ThingDef[defName="Human"]/comps</xpath> -->
|
||||
<!-- <success>Invert</success> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li Class="PatchOperationAdd"> -->
|
||||
<!-- <xPath>Defs/ThingDef[defName="Human]"</xPath> -->
|
||||
<!-- <value> -->
|
||||
<!-- <comps /> -->
|
||||
<!-- </value> -->
|
||||
<!-- </li> -->
|
||||
<!-- </operations> -->
|
||||
<!-- </Operation> -->
|
||||
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[@Name="BasePawn"]/comps</xpath>
|
||||
<value>
|
||||
<li>
|
||||
<compClass>SizedApparel.ApparelRecorderComp</compClass>
|
||||
</li>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
</Patch>
|
Loading…
Add table
Add a link
Reference in a new issue