Merge branch 've-orgy-patch' into 'master'

VE orgy support

See merge request c0ffeeeeeeee/rjw-events!1
This commit is contained in:
a flock of birds 2024-05-01 11:13:50 +00:00
commit d414a7b01d
1 changed files with 24 additions and 0 deletions

24
Patches/VEMemes.xml Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Ideology Expanded - Memes and Structures</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/RitualBehaviorDef[defName="VME_OrgyRitualBehaviour"]/stages/li[2]/defaultDuty</xpath>
<value>
<defaultDuty>Orgy</defaultDuty>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/RitualBehaviorDef[defName="VME_OrgyRitualBehaviour"]/stages/li[2]/roleBehaviors/li[1]/dutyDef</xpath>
<value>
<dutyDef>Orgy</dutyDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>