Added a patch to make VE orgies behave like orgy gatherings

This commit is contained in:
a flock of birds 2023-10-07 15:49:25 +01:00
parent ea886df513
commit e8b333be22
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>