diff options
Diffstat (limited to 'items/equip-legs/item2110_RedCottonShorts.xml')
-rw-r--r-- | items/equip-legs/item2110_RedCottonShorts.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/equip-legs/item2110_RedCottonShorts.xml b/items/equip-legs/item2110_RedCottonShorts.xml index 7bb7b365..e38d0a1e 100644 --- a/items/equip-legs/item2110_RedCottonShorts.xml +++ b/items/equip-legs/item2110_RedCottonShorts.xml @@ -7,6 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2110" image="equipment/legs/shorts.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Cotton Shorts" description="Red shorts made of 100% cotton." effect="M. Attack -4" type="equip-legs" defense="2" weight="20"> - <sprite>equipment/legs/shorts.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="female">equipment/legs/shorts-female.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="male">equipment/legs/shorts.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="other">equipment/legs/shorts.xml|#581a1a,a41111,c03a3a,ff6060</sprite> </item> </items> |