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/helperBookpages2.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/helperBookpages2.txt')
-rw-r--r-- | world/map/npc/048-2/helperBookpages2.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/048-2/helperBookpages2.txt b/world/map/npc/048-2/helperBookpages2.txt index 93eca664..c25b90d2 100644 --- a/world/map/npc/048-2/helperBookpages2.txt +++ b/world/map/npc/048-2/helperBookpages2.txt @@ -12,15 +12,15 @@ if (@bookpages == 31) goto L_Thank; if (@bookpages > 0) goto L_Progress; - mes "You see a helper looking through some papers which exhale a strange smell."; + mes "You see a helper looking through some papers that have a strange smell."; mes "[Henriikka]"; - mes "\"Oh, hey. Welcome to the library, or what's left of that.\""; + mes "\"Oh, hey. Welcome to the library, or what's left of it.\""; mes "She sighs."; menu "What are you doing?",-, "You seem to be busy. See you.",L_Close; mes "[Henriikka]"; - mes "\"We're trying to repair the books by collecting the ripped out bookpages and sorting them and copying them for new books. It's a lot to do, and after being eaten by a slime they're stinking!"; + mes "\"We're trying to repair the books by collecting the ripped out bookpages and sorting them and copying them for new books. It's a lot to do, and after being eaten by a slime they stink!"; mes "And a lot of pages are missing, since most of the slimes escaped. I suppose we'll have to go out and hunt them once we're done here.\""; menu "Maybe I can help with that?",-, @@ -59,13 +59,13 @@ 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: @@ -75,7 +75,7 @@ L_Visitor: L_Helper: mes "[Henriikka]"; - mes "\"Oh, I never really thought about that. He was the one who failed the sealing spell, right? But I heard it's a quite difficult spell, so I suppose this could've happened to anyone. I don't know. Why are you asking so difficult questions?\""; + mes "\"Oh, I never really thought about that. He was the one who failed the sealing spell, right? But I heard it's a quite difficult spell, so I suppose this could've happened to anyone. I don't know. Why are you asking such difficult questions?\""; next; mes "\"I need to go on with sorting the bookpages now.\""; goto L_Close; |