diff options
Diffstat (limited to 'items/equip-torso/item2096_BlackTankTop.xml')
-rw-r--r-- | items/equip-torso/item2096_BlackTankTop.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-torso/item2096_BlackTankTop.xml b/items/equip-torso/item2096_BlackTankTop.xml index b627c6e3..3b19ce1d 100644 --- a/items/equip-torso/item2096_BlackTankTop.xml +++ b/items/equip-torso/item2096_BlackTankTop.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2096" image="equipment/chest/tanktop.png|W:#111111,222222,333333,444444,555555,aaaaaa" name="Black Tank Top" description="A black sleeveless shirt for hot summer days." effect="M. Attack -4" type="equip-torso" defense="2" weight="12" drawBefore="pants"> - <sprite>equipment/chest/tanktop.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite> + <sprite gender="female">equipment/chest/tanktop-female.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite> + <sprite gender="male">equipment/chest/tanktop.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite> + <sprite gender="other">equipment/chest/tanktop.xml|#111111,222222,333333,444444,555555,aaaaaa</sprite> </item> </items> |