diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-05-26 23:54:10 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-09 20:31:36 +0200 |
commit | dc3c9054ea28054ff2219db4dbfc29a77eaa85cd (patch) | |
tree | 851a5c7195de076cb1b3673d73fc65cdfcd2df2b /items.xml | |
parent | 589076a54bac9228f8bc399cd5aa02bf6f1c7638 (diff) | |
download | clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.gz clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.bz2 clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.tar.xz clientdata-dc3c9054ea28054ff2219db4dbfc29a77eaa85cd.zip |
Make the rose hat sprite/icon dyeable. Add dyestring to restore the rosehat item to its initial colors.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3575,14 +3575,14 @@ type="generic" weight="1"/> <item id="897" - image="equipment/head/rosehat.png" + image="equipment/head/rosehat.png|R:#581313,a41c1c,c02a2a" name="Rose Hat" description="A beautiful result of a failed magical transmutation." effect="M. Attack +8" type="equip-head" defense="1" weight="1"> - <sprite>equipment/head/rosehat.xml</sprite> + <sprite>equipment/head/rosehat.xml|#581313,a41C1C,c02A2A</sprite> </item> <!-- HERE ARE SOME UNUSED ITEM IDS --> |