diff options
Diffstat (limited to 'items/equip-torso/item1202_CottonShirt.xml')
-rw-r--r-- | items/equip-torso/item1202_CottonShirt.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/items/equip-torso/item1202_CottonShirt.xml b/items/equip-torso/item1202_CottonShirt.xml index f7c278c7..163e2cec 100644 --- a/items/equip-torso/item1202_CottonShirt.xml +++ b/items/equip-torso/item1202_CottonShirt.xml @@ -7,6 +7,16 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="1202" image="equipment/chest/cottonshirt.png|W:#a4b2b2,ffffff" name="Cotton Shirt" description="A shirt made of 100% cotton." effect="M. Attack -2" type="equip-torso" defense="2" weight="13"> - <sprite>equipment/chest/cotton.xml|#a4b2b2,ffffff</sprite> + <sprite gender="female">equipment/chest/cotton-female.xml|#a4b2b2,ffffff</sprite> + <sprite gender="male">equipment/chest/cotton.xml|#a4b2b2,ffffff</sprite> + <sprite gender="other">equipment/chest/cotton.xml|#a4b2b2,ffffff</sprite> + <replace sprite="race"> + <item from="-100" to="-99100"/> + <item from="-101" to="-99101"/> + <item from="-102" to="-99102"/> + <item from="-103" to="-99103"/> + <item from="-104" to="-99104"/> + <item from="-105" to="-99105"/> + </replace> </item> </items> |