diff options
Diffstat (limited to 'items/equip-head/item2144_LightBlueCottonHeadband.xml')
-rw-r--r-- | items/equip-head/item2144_LightBlueCottonHeadband.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-head/item2144_LightBlueCottonHeadband.xml b/items/equip-head/item2144_LightBlueCottonHeadband.xml index af434bf6..44537ed8 100644 --- a/items/equip-head/item2144_LightBlueCottonHeadband.xml +++ b/items/equip-head/item2144_LightBlueCottonHeadband.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2144" image="equipment/head/standardheadband.png|W:#16486e,498ec5,e4f2fc" name="Light Blue Cotton Headband" description="Just a light blue cotton headband." type="equip-head" defense="2" weight="5"> - <sprite>equipment/head/standardheadband.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="female">equipment/head/standardheadband-female.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="male">equipment/head/standardheadband.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="other">equipment/head/standardheadband.xml|#16486e,498ec5,e4f2fc</sprite> </item> </items> |