privacy-please/Patches/CheatingThoughtDefs.xml

39 lines
959 B
XML
Raw Normal View History

2022-11-02 05:56:22 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationSequence">
<success>Always</success>
2022-11-02 05:56:22 +00:00
<operations>
<li Class="PatchOperationAdd">
<success>Always</success>
<xpath>Defs/ThoughtDef[defName="CheatedOnMe"][not(nullifyingPrecepts)]</xpath>
<value>
<nullifyingPrecepts />
</value>
</li>
<li Class="PatchOperationAdd">
<success>Always</success>
<xpath>Defs/ThoughtDef[defName="Affair"][not(nullifyingPrecepts)]</xpath>
<value>
<nullifyingPrecepts />
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="CheatedOnMe"]/nullifyingPrecepts</xpath>
<value>
2023-01-31 06:06:52 +00:00
<li>Infidelity_Acceptable</li>
2022-11-02 05:56:22 +00:00
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="Affair"]/nullifyingPrecepts</xpath>
<value>
2023-01-31 06:06:52 +00:00
<li>Infidelity_Acceptable</li>
2022-11-02 05:56:22 +00:00
</value>
</li>
</operations>
</Operation>
</Patch>