mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
13 lines
375 B
XML
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>
|