diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-21 07:21:41 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-21 07:21:41 +0000 |
commit | 8cc6d03363880402284c9c25c5d76e8f32445aa9 (patch) | |
tree | ee9cacc5ecd4c5f45b35164e1b234fe2aa13eae3 | |
parent | 448068a964023ccb412229c9bc9686b70bb26b9e (diff) | |
download | clientdata-8cc6d03363880402284c9c25c5d76e8f32445aa9.tar.gz clientdata-8cc6d03363880402284c9c25c5d76e8f32445aa9.tar.bz2 clientdata-8cc6d03363880402284c9c25c5d76e8f32445aa9.tar.xz clientdata-8cc6d03363880402284c9c25c5d76e8f32445aa9.zip |
improve cotton gloves color
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3436,7 +3436,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <!-- |W:#a4b2b2,ffffff --> <item id="2005" - image="equipment/hands/cottongloves.png|W" + image="equipment/hands/cottongloves.png|W:#a4b2b2,ffffff" name="%Color% Cotton Gloves" description="A pair of comfy %Color% cotton gloves." defense="10" @@ -3446,8 +3446,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="60" colors="simple" maxFloorOffset="16"> - <sprite gender="unisex">equipment/hands/cottongloves-male.xml</sprite> - <sprite gender="female">equipment/hands/cottongloves-female.xml</sprite> + <sprite gender="unisex">equipment/hands/cottongloves-male.xml|#a4b2b2,ffffff</sprite> + <sprite gender="female">equipment/hands/cottongloves-female.xml|#a4b2b2,ffffff</sprite> </item> <item id="2006" image="equipment/hands/minergloves.png" |