summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperCleaning2.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/helperCleaning2.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/helperCleaning2.txt')
-rw-r--r--world/map/npc/048-2/helperCleaning2.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/048-2/helperCleaning2.txt b/world/map/npc/048-2/helperCleaning2.txt
index 6b768759..15fede97 100644
--- a/world/map/npc/048-2/helperCleaning2.txt
+++ b/world/map/npc/048-2/helperCleaning2.txt
@@ -17,12 +17,12 @@
mes "She shudders.";
next;
mes "[Nea]";
- mes "\"And they can explode! Nothing in the world could make go there. I'll just do my work right here, clean the floor and tidy up the books, and I keep my eyes open in case they get over here.\"";
+ mes "\"And they can explode! Nothing in the world could make me go in there. I'll just do my work right here, clean the floor and tidy up the books, and I'm keeping my eyes open in case they get over here.\"";
goto L_Investigate;
L_Progress:
mes "[Nea]";
- mes "\"Oh, I'm so glad you're taking care about those scary slimes. You're so brave!";
+ mes "\"Oh, I'm so glad you're taking care of those scary slimes. You're so brave!";
mes "How many of them are still left, do you think? Will it be safe to go there soon?\"";
goto L_Investigate;
@@ -39,30 +39,30 @@ L_Investigate:
L_Ask_Visitor:
menu
- "Can you tell me something about the visitor with the mask?",L_Visitor,
+ "Can you tell me anything about the visitor with the mask?",L_Visitor,
"I need to leave.",L_Close;
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,
"See you later.",L_Close;
L_Ask_Both:
menu
- "Can you tell me something about the visitor with the mask?",L_Visitor,
- "What's your opinion about Peetu and how does he do his work?",L_Helper,
+ "Can you tell me anything about the visitor with the mask?",L_Visitor,
+ "What's your opinion of Peetu and how he does his work?",L_Helper,
"Bye.",L_Close;
L_Visitor:
mes "[Nea]";
- mes "\"With a mask? Mh, I think I know who are you talking about, I vaguely remember that there was someone with a mask... but I can't recall any details, I wasn't really paying attention.\"";
+ mes "\"With a mask? Mh, I think I know who are you talking about. I vaguely remember that there was someone with a mask... but I can't recall any details, I wasn't really paying attention.\"";
goto L_Close;
L_Helper:
mes "[Nea]";
mes "\"Peetu? Yeah, he's the kind of person who always wants to do things perfectly. That makes it a bit difficult to work with him, since his expectations for others are as high as for himself.\"";
next;
- mes "\"I really wonder how that accident with the sealing spell could've happened. I'd had never expected him to mess something up like that.\"";
+ mes "\"I really wonder how that accident with the sealing spell could've happened. I'd have never expected him to mess something up like that.\"";
if ((@investigate != 5) && (@investigate != 6) && (@investigate != 7))
goto L_Close;
set @investigate, @investigate + 3;