diff options
Diffstat (limited to 'items/equip-arms/item2164_LightBlueCottonGloves.xml')
-rw-r--r-- | items/equip-arms/item2164_LightBlueCottonGloves.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-arms/item2164_LightBlueCottonGloves.xml b/items/equip-arms/item2164_LightBlueCottonGloves.xml index 8d314b57..1202b522 100644 --- a/items/equip-arms/item2164_LightBlueCottonGloves.xml +++ b/items/equip-arms/item2164_LightBlueCottonGloves.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2164" image="equipment/hands/basicgloves.png|W:#16486e,498ec5,e4f2fc" name="Light Blue Cotton Gloves" description="A light blue pair of comfy cotton gloves." effect="M. Attack -10" type="equip-arms" defense="1" weight="20"> - <sprite>equipment/hands/generic.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="female">equipment/hands/generic-female.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="male">equipment/hands/generic.xml|#16486e,498ec5,e4f2fc</sprite> + <sprite gender="other">equipment/hands/generic.xml|#16486e,498ec5,e4f2fc</sprite> </item> </items> |