diff options
Diffstat (limited to 'items/equip-head/item2235_PinkBowlerHatBrown.xml')
-rw-r--r-- | items/equip-head/item2235_PinkBowlerHatBrown.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/equip-head/item2235_PinkBowlerHatBrown.xml b/items/equip-head/item2235_PinkBowlerHatBrown.xml index f94d6953..3c94c2a0 100644 --- a/items/equip-head/item2235_PinkBowlerHatBrown.xml +++ b/items/equip-head/item2235_PinkBowlerHatBrown.xml @@ -7,12 +7,11 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2235" image="equipment/head/bowler-hat-brown.png|W:#bf369b,f25cb1,ff87b7,ffcccf" name="Pink Bowler Hat (Brown)" description="A hat for those with a bit of class, with a pink band." effect="M. Attack +2" type="equip-head" defense="10" weight="30" sellProtected="true"> - <sprite>equipment/head/bowler-hat-brown.xml|#bf369b,f25cb1,ff87b7,ffcccf</sprite> + <sprite gender="female">equipment/head/bowler-hat-brown-female.xml|#bf369b,f25cb1,ff87b7,ffcccf</sprite> + <sprite gender="male">equipment/head/bowler-hat-brown.xml|#bf369b,f25cb1,ff87b7,ffcccf</sprite> + <sprite gender="other">equipment/head/bowler-hat-brown.xml|#bf369b,f25cb1,ff87b7,ffcccf</sprite> <replace sprite="hair"> - <item from="-5"/> - </replace> - <replace direction="upall" sprite="hair"> - <item from="-5" to="-5"/> + <item from="-6" to="-1"/> </replace> </item> </items> |