Files
FCP-Ghouls/1.6/Patches/AncientComplex_FeralGhouls_Patch.xml
T

13 lines
375 B
XML

<Patch>
<!-- Add feral ghouls as a possible Ancient Complex threat, alongside sleeping mechanoids/insects -->
<Operation Class="PatchOperationAdd" MayRequire="Ludeon.RimWorld.Ideology">
<xpath>Defs/ComplexLayoutDef[defName="AncientComplex"]/threats</xpath>
<value>
<FCP_SleepingFeralGhouls />
</value>
</Operation>
</Patch>