mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
16 lines
No EOL
443 B
XML
16 lines
No EOL
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Biotech</li>
|
|
</mods>
|
|
<match Class="PatchOperationAdd">
|
|
<xpath>/Defs/HediffDef[defName="PregnantHuman" or defName="PregnancyLabor" or defName="PregnancyLaborPushing"]/comps</xpath>
|
|
<value>
|
|
<li>
|
|
<compClass>RJW_Menstruation.HediffComp_PregeneratedBabies</compClass>
|
|
</li>
|
|
</value>
|
|
</match>
|
|
</Operation>
|
|
</Patch> |