Added Yeti to HC_creatures patch

This commit is contained in:
Tory 2022-04-11 23:29:26 +00:00
parent b8eb9e505e
commit b9b195c673
3 changed files with 18 additions and 1 deletions

View file

@ -44,6 +44,21 @@
<value>
</value>
</li>
<!--Defnames-->
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/defNames</xpath>
<success>Always</success>
<value>
<li>HC_Yeti</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/defNames</xpath>
<success>Always</success>
<value>
<li>HC_Yeti</li>
</value>
</li>
</operations>
</match>
</Operation>