diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-05-29 09:42:07 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-09 19:19:34 +0200 |
commit | bc9bedd8b3e0cf91a0dfbabd9c533d5b6361e418 (patch) | |
tree | 09988e91201aa1200c7ec44a05387b7cd3289b51 /world/map/npc | |
parent | 46f9dbd84d91596b83612ac36b081c6adb7e941e (diff) | |
download | serverdata-bc9bedd8b3e0cf91a0dfbabd9c533d5b6361e418.tar.gz serverdata-bc9bedd8b3e0cf91a0dfbabd9c533d5b6361e418.tar.bz2 serverdata-bc9bedd8b3e0cf91a0dfbabd9c533d5b6361e418.tar.xz serverdata-bc9bedd8b3e0cf91a0dfbabd9c533d5b6361e418.zip |
Add different colors of the Rose Hat.
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/017-4/orum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index 388b52f8..d2d173a7 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -638,7 +638,7 @@ L_FlowerHat: mes "\"Fool! See what you've done! It's ruined!\""; next; mes "\"Though we have enough of the materials left to start over... Here, take this garbage out and get a new Red Rose!\""; - getitem "RoseHat", 1; + getitem "RedRoseHat", 1; set OrumQuest, 29; goto L_Close; |