summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperResting2.txt
diff options
context:
space:
mode:
authorPihro <fluffyanddeadly999@gmail.com>2012-04-25 14:40:11 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2012-04-25 22:35:09 +0200
commitdbd2ea1bb30c0bf051411bb2a24e56d633c8c029 (patch)
treec1b4405e8029a07948e3e24c6c371fc3625f02fd /world/map/npc/048-2/helperResting2.txt
parente9d3978123f400ebd89f283cfb75973abd53c3d4 (diff)
downloadserverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.gz
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.bz2
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.tar.xz
serverdata-dbd2ea1bb30c0bf051411bb2a24e56d633c8c029.zip
Fixed Grammar/Dialogue issues in the Blue Sage Quest
Diffstat (limited to 'world/map/npc/048-2/helperResting2.txt')
-rw-r--r--world/map/npc/048-2/helperResting2.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/048-2/helperResting2.txt b/world/map/npc/048-2/helperResting2.txt
index 71f50af9..f4b9e118 100644
--- a/world/map/npc/048-2/helperResting2.txt
+++ b/world/map/npc/048-2/helperResting2.txt
@@ -13,7 +13,7 @@
if (@slimes > 0) goto L_Progress;
mes "[Miro]";
- mes "\"Hm? Oh, excuse me. I'm feeling so tired. We currently have some problems with some slimes out of control in the library. They ate most of the books and caused a total chaos.\"";
+ mes "\"Hm? Oh, excuse me. I'm feeling so tired. We currently have some problems with some slimes out of control in the library. They ate most of the books and caused total chaos.\"";
next;
mes "\"We need to clean up the mess and it's so much to do. I was cleaning the floor for hours and I'm having a break now.\"";
goto L_Investigate;
@@ -41,25 +41,25 @@ L_Ask_Visitor:
L_Ask_Helper:
menu
- "What's your impression about Peetu and how he does his work?",L_Helper,
+ "What's your opinion about 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 impression about Peetu and how does he do his work?",L_Helper,
+ "What's your opinion about Peetu and how does he do his work?",L_Helper,
"I need to leave.",L_Close;
L_Visitor:
mes "[Miro]";
- mes "\"With a mask? I really don't know. I'm usually working in the workshop and most of the visitors spent their time in the library. Though sometimes they come to have a quick look in the workshop too, but I don't really pay attention to that, so... I can't recall a visitor with a mask, sorry.\"";
+ mes "\"With a mask? I really don't know. I'm usually in the workshop and most of the visitors spend their time in the library. Sometimes they come to have a quick look in the workshop too, but I don't really pay attention to that, so... I can't recall a visitor with a mask, sorry.\"";
goto L_Close;
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 wouldn't be that carefully chosen I'd think this was some kind of a bad joke from someone.\"";
+ mes "\"If Nikolai's helpers weren't that 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;