Update RJW_Used_Condoms.xml

With and without Sexperience no issue with "Duplicate XML node name outcomeDoers"
This commit is contained in:
PowerSpiral 2023-06-28 16:50:33 +03:00 committed by GitHub
parent f7445f8df7
commit 0c95c40c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 7 deletions

View File

@ -1,11 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Patch> <Patch>
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded --> <Operation Class="PatchOperationConditional">
<Operation Class="PatchOperationFindMod"> <xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
<mods> <nomatch Class="PatchOperationAdd">
<li>RimJobWorld</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath> <xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
<value> <value>
<outcomeDoers> <outcomeDoers>
@ -14,6 +11,14 @@
</li> </li>
</outcomeDoers> </outcomeDoers>
</value> </value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
<value>
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
<FertilinPerUnit>1</FertilinPerUnit>
</li>
</value>
</match> </match>
</Operation> </Operation>
</Patch> </Patch>