rimworld-animations/1.3/Patches/BasePawn Fixes/GiantBasePawn.xml

19 lines
457 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!-- Giants -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>The GiantRace</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationAttributeSet">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="HC_Giant"]</xpath>
<attribute>ParentName</attribute>
<value>BasePawn</value>
</li>
</operations>
</match>
</Operation>
</Patch>