mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
18 lines
458 B
XML
18 lines
458 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<!-- Lapelli -->
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Lapelli Race</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationAttributeSet">
|
|
<xpath>/Defs/AlienRace.ThingDef_AlienRace[defName="ALapelli"]</xpath>
|
|
<attribute>ParentName</attribute>
|
|
<value>BasePawn</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch>
|