summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperResting2.txt
diff options
context:
space:
mode:
authorThe Kandiman <kandiman@kandiman.(none)>2012-04-30 09:56:26 -0400
committerJessica Tölke <jtoelke@mail.upb.de>2012-04-30 17:29:34 +0200
commitf056ec60c63a52b32efd0cba0a84e2163413c736 (patch)
tree9d969b1e3956e9c6b33301393a9724988b0ccafc /world/map/npc/048-2/helperResting2.txt
parentf96373e1a80dffbe2de2c1c502049cf79517becb (diff)
downloadserverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.gz
serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.bz2
serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.xz
serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.zip
Spelling and grammar corrections for Blue Sage quest.
Diffstat (limited to 'world/map/npc/048-2/helperResting2.txt')
-rw-r--r--world/map/npc/048-2/helperResting2.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/048-2/helperResting2.txt b/world/map/npc/048-2/helperResting2.txt
index f4b9e118..d5265d64 100644
--- a/world/map/npc/048-2/helperResting2.txt
+++ b/world/map/npc/048-2/helperResting2.txt
@@ -25,7 +25,7 @@ L_Progress:
L_Thank:
mes "[Miro]";
- mes "\"Wow, how you took care of the slimes in the library! Amazing! This makes our job there much easier... and safer. Thank you so much!\"";
+ mes "\"Wow, the way you took care of the slimes in the library! Amazing! This makes our job there much easier... and safer. Thank you so much!\"";
goto L_Investigate;
L_Investigate:
@@ -41,13 +41,13 @@ L_Ask_Visitor:
L_Ask_Helper:
menu
- "What's your opinion about Peetu and how he does his work?",L_Helper,
+ "What's your opinion of Peetu and how he does his work?",L_Helper,
"Bye.",L_Close;
L_Ask_Both:
menu
"Do you know anything about the visitor with the mask?",L_Visitor,
- "What's your opinion about Peetu and how does he do his work?",L_Helper,
+ "What's your opinion of Peetu and how he does his work?",L_Helper,
"I need to leave.",L_Close;
L_Visitor:
@@ -59,7 +59,7 @@ L_Helper:
mes "[Miro]";
mes "\"Peetu? It was his job to seal away the slimes before the night, right? I have to say I'm really surprised about what happened, because he's a very cautious person. I'd have never guessed that he'd mess up something as important as this.\"";
next;
- mes "\"If Nikolai's helpers weren't that carefully chosen I'd think this was some kind of a bad joke from someone.\"";
+ mes "\"If Nikolai's helpers weren't so carefully chosen, I'd think this was some kind of a bad joke from someone.\"";
if ((@investigate != 5) && (@investigate != 6) && (@investigate != 7))
goto L_Close;
set @investigate, @investigate + 3;