diff options
author | Pihro <fluffyanddeadly999@gmail.com> | 2012-04-25 14:40:11 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-25 22:35:09 +0200 |
commit | dbd2ea1bb30c0bf051411bb2a24e56d633c8c029 (patch) | |
tree | c1b4405e8029a07948e3e24c6c371fc3625f02fd /world/map/npc/048-2/helperCleaning4.txt | |
parent | e9d3978123f400ebd89f283cfb75973abd53c3d4 (diff) | |
download | serverdata-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/helperCleaning4.txt')
-rw-r--r-- | world/map/npc/048-2/helperCleaning4.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/048-2/helperCleaning4.txt b/world/map/npc/048-2/helperCleaning4.txt index 19e180e2..6c0dd19b 100644 --- a/world/map/npc/048-2/helperCleaning4.txt +++ b/world/map/npc/048-2/helperCleaning4.txt @@ -13,12 +13,12 @@ if (@slimes > 0) goto L_Progress; mes "[Kristian]"; - mes "\"Welcome. Please don't go deeper in the library, there are still some slimes left. But beside of that we really did a good progress. You should've seen the mess just after most of the slimes escaped!\""; + mes "\"Welcome. Please don't go deeper into the library, there are still some slimes left. But besides that we have made quite a bit of progress. You should have seen the mess just after most of the slimes escaped!\""; goto L_Investigate; L_Progress: mes "[Kristian]"; - mes "\"Wow, it's really generous from you to fight those slimes for us.\""; + mes "\"Wow, it's really generous of you to fight those slimes for us.\""; goto L_Investigate; L_Thank: @@ -39,20 +39,20 @@ 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, "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 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, "Bye.",L_Close; L_Visitor: mes "[Kristian]"; mes "\"Oh, there was such a visitor, yes. Strange guy, and didn't really know how to behave. He sneaked into the workshop area all the time, I think he was rather curious about the things going on there.\""; next; - mes "\"But still, he can't just walk there, fiddle with the experiments and disturb the helpers doing their work.\""; + mes "\"But still, he can't just walk in there, fiddle with the experiments and disturb the helpers doing their work.\""; if ((@investigate != 3) && (@investigate != 6) && (@investigate != 9)) goto L_Close; set @investigate, @investigate + 1; |