rjw_menstruation/1.3/Patches/Drugs.xml

17 lines
486 B
XML
Raw Normal View History

2021-02-01 11:29:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
2022-08-17 01:48:34 +00:00
<xpath>/Defs/ThingDef[defName="RJW_FertPill"]/ingestible/outcomeDoers</xpath>
2021-02-01 11:29:29 +00:00
<value>
<li Class="RJW_Menstruation.FertPillOutcomeDoer"/>
2021-02-01 11:29:29 +00:00
</value>
</Operation>
2021-06-16 12:53:52 +00:00
<Operation Class="PatchOperationAdd">
2022-08-17 01:48:34 +00:00
<xpath>/Defs/ThingDef[defName="RJW_Contraceptive"]/ingestible/outcomeDoers</xpath>
2021-06-16 12:53:52 +00:00
<value>
<li Class="RJW_Menstruation.ContraceptiveOutcomeDoer"/>
2021-06-16 12:53:52 +00:00
</value>
</Operation>
2021-02-01 11:29:29 +00:00
</Patch>