diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
commit | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (patch) | |
tree | 23294bdfb11714b0f3b7f180aa46aa43c46dcbcc /items/equip-torso/item2120_RedShortTankTop.xml | |
parent | c8535658e7157da988087864f2e88da3ec6c7f7d (diff) | |
parent | 42d0094796abd374147db0ae93fa609fed179532 (diff) | |
download | clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.gz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.bz2 clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.xz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.zip |
Merge pull request #311 from mekolat/gender2
3rd gender, new races
Diffstat (limited to 'items/equip-torso/item2120_RedShortTankTop.xml')
-rw-r--r-- | items/equip-torso/item2120_RedShortTankTop.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-torso/item2120_RedShortTankTop.xml b/items/equip-torso/item2120_RedShortTankTop.xml index 7e01b053..3d6ff9ac 100644 --- a/items/equip-torso/item2120_RedShortTankTop.xml +++ b/items/equip-torso/item2120_RedShortTankTop.xml @@ -7,7 +7,7 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2120" image="equipment/chest/tanktop-short.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Short Tank Top" description="A short, sleeveless red shirt for VERY hot summer days." effect="M. Attack -4" type="equip-torso" defense="2" weight="8" drawBefore="pants"> - <sprite gender="male">equipment/chest/shorttanktop-male.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="unisex">equipment/chest/shorttanktop.xml|#581a1a,a41111,c03a3a,ff6060</sprite> <sprite gender="female">equipment/chest/shorttanktop-female.xml|#581a1a,a41111,c03a3a,ff6060</sprite> </item> </items> |