mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
cce0053fd6
- Fixed a bug that was causing body parts to render over clothes
24 lines
No EOL
744 B
XML
24 lines
No EOL
744 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>OTY_NUDE Unofficial Update</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
|
|
<!-- Anus should be behind the pawn -->
|
|
<li Class="PatchOperationConditional">
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Anus"]/inFrontOfBody</xpath>
|
|
<match Class="PatchOperationReplace">
|
|
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPart="Anus"]/inFrontOfBody</xpath>
|
|
<value>
|
|
<inFrontOfBody>false</inFrontOfBody>
|
|
</value>
|
|
</match>
|
|
</li>
|
|
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |