Mirror of 1.4.7 from Lovers Lab

This commit is contained in:
ghostclinic3YTB 2023-04-03 21:47:48 -04:00
parent 161133e4e1
commit 9a3d9f4185
607 changed files with 11263 additions and 1309 deletions

View 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>