mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Fix for whitefox error
This commit is contained in:
parent
3ab5a96ce5
commit
41b5411c73
2 changed files with 6 additions and 2 deletions
|
@ -135,7 +135,6 @@
|
|||
<races>
|
||||
<li>Wolf_Timber</li>
|
||||
<li>Wolf_Arctic</li>
|
||||
<li>Whitefox</li>
|
||||
<li>Warg</li>
|
||||
<li>Husky</li>
|
||||
<li>LabradorRetriever</li>
|
||||
|
|
|
@ -4,9 +4,14 @@
|
|||
<Operation Class="PatchOperationSequence">
|
||||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationRemove">
|
||||
<success>Always</success>
|
||||
<xpath>Defs/OffsetDef[defName="OffsetDefNameHere"]/offsets/li[@races/li="YourAlienRace"]</xpath>
|
||||
</li>
|
||||
|
||||
<li Class="PatchOperationAdd">
|
||||
<success>Always</success>
|
||||
<xpath>Defs/OffsetDef[defName="OffsetDefNameHere"]/Offsets</xpath>
|
||||
<xpath>Defs/OffsetDef[defName="OffsetDefNameHere"]/offsets</xpath>
|
||||
<value>
|
||||
<li Class="Rimworld_Animations.AnimationOffset_BodyType">
|
||||
<races>
|
||||
|
|
Loading…
Reference in a new issue