privacy-please/Patches/UnderWhereBodyPartGroups.xml

32 lines
804 B
XML
Raw Normal View History

2022-11-02 05:56:22 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>UnderWhere</li>
</mods>
<match Class="PatchOperationSequence">
2023-01-29 16:54:14 +00:00
<success>Normal</success>
2022-11-02 05:56:22 +00:00
<operations>
<li Class="PatchOperationReplace">
2023-01-29 16:54:14 +00:00
<xpath>Defs/ThingDef/apparel[layers/li="Underwear" and not(layers/li="UnderwearTop")]/bodyPartGroups</xpath>
2022-11-02 05:56:22 +00:00
<value>
<bodyPartGroups>
<li>GenitalsBPG</li>
</bodyPartGroups>
</value>
</li>
<li Class="PatchOperationReplace">
2023-01-29 16:54:14 +00:00
<xpath>Defs/ThingDef/apparel[layers/li="UnderwearTop" and not(layers/li="Underwear")]/bodyPartGroups</xpath>
2022-11-02 05:56:22 +00:00
<value>
<bodyPartGroups>
<li>ChestBPG</li>
</bodyPartGroups>
</value>
</li>
2023-01-29 16:54:14 +00:00
2022-11-02 05:56:22 +00:00
</operations>
</match>
</Operation>
</Patch>