From dbd2ea1bb30c0bf051411bb2a24e56d633c8c029 Mon Sep 17 00:00:00 2001 From: Pihro Date: Wed, 25 Apr 2012 14:40:11 -0500 Subject: Fixed Grammar/Dialogue issues in the Blue Sage Quest --- world/map/npc/048-2/helperMSilk.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/048-2/helperMSilk.txt') 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: -- cgit v1.2.3-60-g2f50