mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
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>
|