mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Fixed Rabbies BasePawn inheritance.
This commit is contained in:
parent
6da102170b
commit
a9f4686e29
1 changed files with 26 additions and 0 deletions
26
Patches/BasePawn Fixes/RabbieBasePawn.xml
Normal file
26
Patches/BasePawn Fixes/RabbieBasePawn.xml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Rabbie The Moonrabbit race</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationSequence">
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationReplace">
|
||||||
|
<xpath>/Defs/ThingDef[@Name="RB_PawnBase"]</xpath>
|
||||||
|
<value>
|
||||||
|
<ThingDef Name="RB_PawnBase" ParentName="BasePawn" Abstract="True">
|
||||||
|
<butcherProducts>
|
||||||
|
<RB_Braincrystal>1</RB_Braincrystal>
|
||||||
|
</butcherProducts>
|
||||||
|
<statBases>
|
||||||
|
<Mass>55</Mass>
|
||||||
|
</statBases>
|
||||||
|
</ThingDef>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
</operations>
|
||||||
|
</match>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
||||||
|
|
Loading…
Reference in a new issue