Compare commits

...

2 commits

Author SHA1 Message Date
Gargule
e6026227fb Merge branch 'fixes' into 'master'
Finaly, fixes for cunnilingus and some more

See merge request c0ffeeeeeeee/rimworld-animations!21
2024-03-29 17:24:45 +00:00
Tory
3fb106e8f3 Updated Nyaron patch 2024-03-29 17:23:08 +00:00

View file

@ -15,6 +15,15 @@
</value> </value>
</match> </match>
</li> </li>
<li Class="PatchOperationConditional">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
<match Class="PatchOperationAdd">
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName = "Alien_Nyaron"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[bodyPartLabel="tail"]</xpath>
<value>
<drawnInBed>false</drawnInBed>
</value>
</match>
</li>
</operations> </operations>
</match> </match>
</Operation> </Operation>