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-arms/item2162_DarkBlueCottonGloves.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-arms/item2162_DarkBlueCottonGloves.xml')
-rw-r--r-- | items/equip-arms/item2162_DarkBlueCottonGloves.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-arms/item2162_DarkBlueCottonGloves.xml b/items/equip-arms/item2162_DarkBlueCottonGloves.xml index 66af4b33..e1e75c48 100644 --- a/items/equip-arms/item2162_DarkBlueCottonGloves.xml +++ b/items/equip-arms/item2162_DarkBlueCottonGloves.xml @@ -7,7 +7,7 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2162" image="equipment/hands/basicgloves.png|W:#1a1a41,392b6e,4c529f,5d5dc2" name="Dark Blue Cotton Gloves" description="A dark blue pair of comfy cotton gloves." effect="M. Attack -10" type="equip-arms" defense="1" weight="20"> - <sprite gender="male">equipment/hands/generic-male.xml|#1a1a41,392b6e,4c529f,5d5dc2</sprite> + <sprite gender="unisex">equipment/hands/generic.xml|#1a1a41,392b6e,4c529f,5d5dc2</sprite> <sprite gender="female">equipment/hands/generic-female.xml|#1a1a41,392b6e,4c529f,5d5dc2</sprite> </item> </items> |