rjw_menstruation/Patches/MilkPatch.xml
moreoreganostodump aea9117e01 - added various fetus images
- 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
2021-06-10 21:06:05 +09:00

18 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>