mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Updated for new Epona race basepawn.
This commit is contained in:
parent
0449f37831
commit
c16fdc6b4b
2 changed files with 19 additions and 1 deletions
18
1.3/Patches/CompAnimator_HarPatches/EponaRenaissance.xml
Normal file
18
1.3/Patches/CompAnimator_HarPatches/EponaRenaissance.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<success>Always</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationConditional">
|
||||
<xpath>/Defs/ThingDef[@Name="EponaCentaur_PawnBase"]/comps</xpath>
|
||||
<success>Always</success>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThingDef[@Name="EponaCentaur_PawnBase"]/comps</xpath>
|
||||
<value>
|
||||
<li Class="Rimworld_Animations.CompProperties_BodyAnimator" />
|
||||
</value>
|
||||
</match>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
</Patch>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>Rimworld-Animations</identifier>
|
||||
<version>1.2.3</version>
|
||||
<version>1.2.4</version>
|
||||
</Manifest>
|
||||
|
|
Loading…
Reference in a new issue