diff options
Diffstat (limited to 'items/equip-torso/item626_LightPlatemail.xml')
-rw-r--r-- | items/equip-torso/item626_LightPlatemail.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-torso/item626_LightPlatemail.xml b/items/equip-torso/item626_LightPlatemail.xml index 22624a12..9bfb959f 100644 --- a/items/equip-torso/item626_LightPlatemail.xml +++ b/items/equip-torso/item626_LightPlatemail.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="626" image="equipment/chest/lightplatemail.png|W:#ddeeff" name="Light Platemail" description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers." effect="M. Attack -150" type="equip-torso" defense="25" weight="1200"> - <sprite>equipment/chest/lightplatemail.xml|#ddeeff</sprite> + <sprite gender="female">equipment/chest/lightplatemail-female.xml|#ddeeff</sprite> + <sprite gender="male">equipment/chest/lightplatemail.xml|#ddeeff</sprite> + <sprite gender="other">equipment/chest/lightplatemail.xml|#ddeeff</sprite> </item> </items> |