rimworld-animations/1.3/Patches/BasePawn Fixes/CrystalloidBasePawn.xml

22 lines
498 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Crystalloid</li>
<li>1571323744</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="CrystalBasePawn"]</xpath>
<value>
<ThingDef Name="CrystalBasePawn" ParentName="BasePawn" Abstract="True">
</ThingDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>