diff options
Diffstat (limited to 'items/equip-head/item1190_NutcrackerHat.xml')
-rw-r--r-- | items/equip-head/item1190_NutcrackerHat.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-head/item1190_NutcrackerHat.xml b/items/equip-head/item1190_NutcrackerHat.xml index ad2d1f2c..25bd28b5 100644 --- a/items/equip-head/item1190_NutcrackerHat.xml +++ b/items/equip-head/item1190_NutcrackerHat.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="1190" image="equipment/head/nutcrackerhat.png" name="Nutcracker Hat" description="Now you will look just like a Nutcracker!" effect="M. Attack +2" type="equip-head" defense="5" weight="20" sellProtected="true"> - <sprite>equipment/head/nutcrackerhat.xml</sprite> + <sprite gender="female">equipment/head/nutcrackerhat-female.xml</sprite> + <sprite gender="male">equipment/head/nutcrackerhat.xml</sprite> + <sprite gender="other">equipment/head/nutcrackerhat.xml</sprite> </item> </items> |