diff options
Diffstat (limited to 'items/equip-head/item524_FancyHat.xml')
-rw-r--r-- | items/equip-head/item524_FancyHat.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/items/equip-head/item524_FancyHat.xml b/items/equip-head/item524_FancyHat.xml index 46466bfd..82636f36 100644 --- a/items/equip-head/item524_FancyHat.xml +++ b/items/equip-head/item524_FancyHat.xml @@ -7,20 +7,19 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="524" image="equipment/head/fancyhat.png" name="Fancy Hat" description="A fancy hat." type="equip-head" defense="5" weight="20"> - <sprite>equipment/head/fancyhat.xml</sprite> + <sprite gender="female">equipment/head/fancyhat-female.xml</sprite> + <sprite gender="male">equipment/head/fancyhat.xml</sprite> + <sprite gender="other">equipment/head/fancyhat.xml</sprite> <replace sprite="hair"> - <item from="-5"/> - </replace> - <replace direction="upall" sprite="hair"> - <item from="-5" to="-5"/> + <item from="-6" to="-1"/> </replace> <replace direction="left" sprite="hair"> - <item from="-13" to="-2"/> - <item from="-15" to="-14"/> + <item from="-14" to="-3"/> + <item from="-16" to="-15"/> </replace> <replace direction="right" sprite="hair"> - <item from="-13" to="-2"/> - <item from="-15" to="-14"/> + <item from="-14" to="-3"/> + <item from="-16" to="-15"/> </replace> </item> </items> |