mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2026-06-18 19:36:20 +00:00
19 lines
615 B
XML
19 lines
615 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationInsert">
|
|
<xpath>/Defs/PawnTableDef[defName="RJW_PawnTable_Colonists"]/columns/li[text()="Pregnant"]</xpath>
|
|
<value>
|
|
<li>RJWMenstruation_Womb</li>
|
|
</value>
|
|
</li>
|
|
<li Class="PatchOperationInsert">
|
|
<xpath>/Defs/PawnTableDef[defName="RJW_PawnTable_Property"]/columns/li[text()="Pregnant"]</xpath>
|
|
<value>
|
|
<li>RJWMenstruation_Womb</li>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</Operation>
|
|
</Patch>
|