mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
New Patch for Used Condoms from Infi
This commit is contained in:
parent
f7445f8df7
commit
5e3bbe66a3
1 changed files with 13 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Patch>
|
<Patch>
|
||||||
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
|
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
|
||||||
<Operation Class="PatchOperationFindMod">
|
<Operation Class="PatchOperationConditional">
|
||||||
<mods>
|
<xpath>Defs/ThingDef[defName="UsedCondom"]/ingestible/outcomeDoers</xpath>
|
||||||
<li>RimJobWorld</li>
|
<nomatch Class="PatchOperationAdd">
|
||||||
</mods>
|
|
||||||
<match Class="PatchOperationAdd">
|
|
||||||
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
|
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
|
||||||
<value>
|
<value>
|
||||||
<outcomeDoers>
|
<outcomeDoers>
|
||||||
|
@ -14,6 +12,15 @@
|
||||||
</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>
|
Loading…
Reference in a new issue