RimWorld

RimWorld

Tradeable AI Persona Core (Continued)
NECEROS 13 aug, 2020 @ 16:39
Fix for Rimworld 1.2
Use this code in the patch file. Replace it entirely.

<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<Operation Class="PatchOperationConditional">
<xpath>/Defs/ThingDef[defName = "AIPersonaCore"]/tradeability</xpath>
<match Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName = "AIPersonaCore"]/tradeability</xpath>
<value>
<tradeability>All</tradeability>
</value>
</match>
<nomatch Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "AIPersonaCore"]</xpath>
<value>
<tradeability>All</tradeability>
</value>
</nomatch>
</Operation>

</Patch>

Mlie, feel free to include this or whatever. I don't care :D
< >
Visar 1-2 av 2 kommentarer
Seel 4 okt, 2020 @ 16:42 
NECEROS, you are a saint. Thank you.
THANKS, SAINT NECEROS!
< >
Visar 1-2 av 2 kommentarer
Per sida: 1530 50