RimWorld

RimWorld

Tradeable AI Persona Core (Continued)
NECEROS 13 Aug, 2020 @ 4:39pm
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
< >
Showing 1-2 of 2 comments
Seel 4 Oct, 2020 @ 4:42pm 
NECEROS, you are a saint. Thank you.
THANKS, SAINT NECEROS!
< >
Showing 1-2 of 2 comments
Per page: 1530 50