rimworld-animations/1.4/Patches/RacePatches/Epona race Renaissance.xml

22 lines
873 B
XML
Raw Normal View History

2022-10-05 20:50:02 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Epona race Renaissance</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
2023-04-08 11:03:29 +00:00
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Epona"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Epona_OHPG_female="Things/Pawn/Addons/Breasts/Breasts"]/drawnInBed</xpath>
<match Class="PatchOperationReplace">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Epona"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Epona_OHPG_female="Things/Pawn/Addons/Breasts/Breasts"]/drawnInBed</xpath>
<value>
<drawnInBed>false</drawnInBed>
</value>
</match>
2022-10-05 20:50:02 +00:00
</li>
</operations>
</match>
2023-04-08 11:03:29 +00:00
</Operation>
2022-10-05 20:50:02 +00:00
</Patch>