mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
aea9117e01
- added twin fetus image - male insects can impregnate female - now insects egg display on womb icon - added breast to status window - added milk status bar(milkable colonists compatible) - added self lactating button - self lactating enlarges nipple - initial nipple size is determined by breast size - added status bars - you can check when the pawn get breeder/incubator quirk with this - fixed problems when cycle acceleration is too high
17 lines
515 B
XML
17 lines
515 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationConditional">
|
|
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
|
<match Class="PatchOperationReplace">
|
|
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
|
<value>
|
|
<graphicData>
|
|
<texPath>Things/Item/Milkbottle</texPath>
|
|
<graphicClass>Graphic_StackCount</graphicClass>
|
|
</graphicData>
|
|
</value>
|
|
</match>
|
|
</Operation>
|
|
|
|
|
|
</Patch>
|