mirror of
https://gitgud.io/Tory/rimnude-unofficial.git
synced 2024-08-15 00:03:30 +00:00
22 lines
No EOL
928 B
XML
22 lines
No EOL
928 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationConditional"><!--looks for a race that is using a rimnude addon-->
|
|
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessCrotch"]</xpath>
|
|
<match Class="PatchOperationSequence"><!--found at least one race that is using rimnude addons-->
|
|
<operations>
|
|
<li Class="PatchOperationInsert"><!--Addons no longer show in debug log-->
|
|
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[
|
|
hediffGraphics/Penis or
|
|
hediffGraphics/Vagina or
|
|
hediffGraphics/CatVagina or
|
|
hediffGraphics/UdderBreasts or
|
|
hediffGraphics/Breasts or
|
|
hediffGraphics/RJW_pregnancy]/layerOffset</xpath>
|
|
<value>
|
|
<debug>false</debug>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |