diff options
Diffstat (limited to 'world/map/npc/easter/2012/easterbunny.txt')
-rw-r--r-- | world/map/npc/easter/2012/easterbunny.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/easter/2012/easterbunny.txt b/world/map/npc/easter/2012/easterbunny.txt index 7cf4fcdd..85767656 100644 --- a/world/map/npc/easter/2012/easterbunny.txt +++ b/world/map/npc/easter/2012/easterbunny.txt @@ -1,4 +1,4 @@ -// easter bunny +// Easter bunny 021-2.gat,69,55,0|script|Easter Bunny|173,{ @@ -8,7 +8,7 @@ mes "[Easter Bunny]"; mes "\"Hi " + strcharinfo(0) + "! I was waiting for you. My uncle told me all about the pirates and how you were working really hard to save me. So I decided to give you a gift. You know, such generous and brave actions must be rewarded somehow.\""; next; - mes "\"Here is what I have for you. I used it to break the lock of door in that basement. It seems to be a very resistent pan, but it can also be used as a hat. Enjoy!\""; + mes "\"Here is what I have for you. I used it to break the lock of door in that basement. It seems to be a very resistant pan, but it can also be used as a hat. Enjoy!\""; getitem "PanHat", 1; set QUEST_Easter12, 6; next; |