mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
19 lines
No EOL
521 B
XML
19 lines
No EOL
521 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<!-- Add RJW Sex meditation focus icon to VanillaPsycastsExpanded -->
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>RimJobWorld</li>
|
|
</mods>
|
|
<match Class="PatchOperationAdd">
|
|
<xpath>/Defs/ThingDef[defName="UsedCondom"]/ingestible</xpath>
|
|
<value>
|
|
<outcomeDoers>
|
|
<li Class="RJW_Genes.IngestionOutcomeDoer_LifeForceOffset">
|
|
<FertilinPerUnit>1</FertilinPerUnit>
|
|
</li>
|
|
</outcomeDoers>
|
|
</value>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |