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/helperMSilk.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/helperMSilk.txt')
-rw-r--r-- | world/map/npc/048-2/helperMSilk.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/048-2/helperMSilk.txt b/world/map/npc/048-2/helperMSilk.txt index e65d81fe..5ac182c7 100644 --- a/world/map/npc/048-2/helperMSilk.txt +++ b/world/map/npc/048-2/helperMSilk.txt @@ -14,13 +14,13 @@ if (BaseLevel >= $@Q_BlueSageMinimumLevel) goto L_Quest; mes "[Janika]"; - mes "\"This is going to be difficult... oh, hello. I'm working on recreating some of the books that got destroyed.\""; + mes "\"This is going to be difficult... oh, hello. I'm working on recreating some of the books that were destroyed.\""; goto L_Close; L_Quest: mes "[Janika]"; mes "\"This is going to be difficult..."; - mes "Oh, hello. You don't have " + @silk_amount + " Silk Cocoons with you, have you? I need them for the book covers and binding of some of the more valuable books we're trying to recreate.\""; + mes "Oh, hello. You don't have " + @silk_amount + " Silk Cocoons with you, do you? I need them for the book covers and binding of some of the more valuable books we're trying to recreate.\""; menu "I have!",-, "I haven't, but I can try to get some.",L_Investigate, @@ -57,13 +57,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: |