mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
AOCBasePawn
This commit is contained in:
parent
a9e0155aa3
commit
dc4ff7d6bf
1 changed files with 18 additions and 0 deletions
18
1.3/Patches/BasePawn Fixes/AOCBasePawn.xml
Normal file
18
1.3/Patches/BasePawn Fixes/AOCBasePawn.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>AOC The Cleanup Devil</li>
|
||||
<li>2469449551</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAttributeSet">
|
||||
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="BaseAOCPawn"]</xpath>
|
||||
<attribute>ParentName</attribute>
|
||||
<value>BasePawn</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
Reference in a new issue