rimworld-animations-patch_m.../Patches/OTYNude_AnusPatch.xml

21 lines
531 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>OTY_NUDE Unofficial Update</li>
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Anus"]/inFrontOfBody</xpath>
<value>
<inFrontOfBody>false</inFrontOfBody>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>