diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-23 12:23:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 12:23:06 -0300 |
commit | c694c1a5260da8bc3446a50206f715c9379b858b (patch) | |
tree | c3ab3cdc00d4aa0d437a97a8378e805af116a356 /items/equip-head/item5227_JazzyHat.xml | |
parent | ea6b3252aadd787f30073a8f9983ee2b7cdb3871 (diff) | |
download | clientdata-c694c1a5260da8bc3446a50206f715c9379b858b.tar.gz clientdata-c694c1a5260da8bc3446a50206f715c9379b858b.tar.bz2 clientdata-c694c1a5260da8bc3446a50206f715c9379b858b.tar.xz clientdata-c694c1a5260da8bc3446a50206f715c9379b858b.zip |
Dye Jazzy hat female variant (#359)
I'm not sure if this is a plank by @Helianthella (boys get to wear pink and girls keep the plain white normal Funky Hat one) or a legit bug (the commit 15f97a6 said nothing about either), so I'll just assume it is a bug based on non-discriminatory principle
Diffstat (limited to 'items/equip-head/item5227_JazzyHat.xml')
-rw-r--r-- | items/equip-head/item5227_JazzyHat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item5227_JazzyHat.xml b/items/equip-head/item5227_JazzyHat.xml index 753b7b6d..6261a5c8 100644 --- a/items/equip-head/item5227_JazzyHat.xml +++ b/items/equip-head/item5227_JazzyHat.xml @@ -8,7 +8,7 @@ </its:rules> <item id="5227" image="equipment/head/funkyhat.png|S:#82BA81,C15B89,95D09A,C15B89,6B9C6B,C15B89,4D754D,9A3F68,C9CBB1,CDBCCD,C9CBB1,F6DEF2,DFE1C5,E3CDDF,A6A692,BEABBC,918E7C,A795A5" name="Jazzy Hat" description="A jazzier funky hat" mattack="2" type="equip-head" defense="13" weight="20" sellProtected="true"> <sprite gender="unisex">equipment/head/funkywinter.xml|#78A978,C15B89,8CC18B,C15B89,689868,C15B89,588558,9A3F68,C3C2AE,CDBCCD,E5E7CE,F6DEF2,D3D5BE,E3CDDF,B1B29D,BEABBC,9B9B87,A795A5</sprite> - <sprite gender="female">equipment/head/funkywinter-female.xml</sprite> + <sprite gender="female">equipment/head/funkywinter-female.xml|#78A978,C15B89,8CC18B,C15B89,689868,C15B89,588558,9A3F68,C3C2AE,CDBCCD,E5E7CE,F6DEF2,D3D5BE,E3CDDF,B1B29D,BEABBC,9B9B87,A795A5</sprite> <replace sprite="hair"> <item from="-6" to="-1"/> </replace> |