diff options
Diffstat (limited to 'items/equip-head/item1219_MoubootaurHead.xml')
-rw-r--r-- | items/equip-head/item1219_MoubootaurHead.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/equip-head/item1219_MoubootaurHead.xml b/items/equip-head/item1219_MoubootaurHead.xml index 14daaf1e..aa800cb8 100644 --- a/items/equip-head/item1219_MoubootaurHead.xml +++ b/items/equip-head/item1219_MoubootaurHead.xml @@ -7,9 +7,11 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="1219" image="equipment/head/moubootaurhead.png" name="Moubootaur Head" description="The Moubootaur's head." type="equip-head" defense="1" weight="80" sellProtected="true"> - <sprite>equipment/head/moubootaurhead.xml</sprite> - <replace direction="upall" sprite="hair"> - <item from="-5"/> + <sprite gender="female">equipment/head/moubootaurhead-female.xml</sprite> + <sprite gender="male">equipment/head/moubootaurhead.xml</sprite> + <sprite gender="other">equipment/head/moubootaurhead.xml</sprite> + <replace sprite="hair"> + <item to="-1"/> </replace> </item> </items> |