diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2012-04-30 09:56:26 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-30 17:29:34 +0200 |
commit | f056ec60c63a52b32efd0cba0a84e2163413c736 (patch) | |
tree | 9d969b1e3956e9c6b33301393a9724988b0ccafc /world/map/npc/048-2/helperMSilk.txt | |
parent | f96373e1a80dffbe2de2c1c502049cf79517becb (diff) | |
download | serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.gz serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.bz2 serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.xz serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.zip |
Spelling and grammar corrections for Blue Sage quest.
Diffstat (limited to 'world/map/npc/048-2/helperMSilk.txt')
-rw-r--r-- | world/map/npc/048-2/helperMSilk.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/048-2/helperMSilk.txt b/world/map/npc/048-2/helperMSilk.txt index 5ac182c7..8ab0bb42 100644 --- a/world/map/npc/048-2/helperMSilk.txt +++ b/world/map/npc/048-2/helperMSilk.txt @@ -52,26 +52,26 @@ L_Investigate: L_Ask_Visitor: menu - "Can you tell me something about the visitor with the mask?",L_Visitor, + "Can you tell me anything about the visitor with the mask?",L_Visitor, "I need to leave.",L_Close; L_Ask_Helper: menu - "What's your opinion about Peetu and how he does his work?",L_Helper, + "What's your opinion of 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 opinion about Peetu and how does he do his work?",L_Helper, + "Can you tell me anything about the visitor with the mask?",L_Visitor, + "What's your opinion of Peetu and how he does his work?",L_Helper, "Bye.",L_Close; L_Visitor: mes "[Janika]"; - mes "\"Oh, I know who you mean! That impertinent person came over in the workshop area and fiddled about all kind of things here! Such a rude person! Didn't he understand that we had delicate things going on here? We had to send him back to the library area several times.\""; + mes "\"Oh, I know who you mean! That impertinent person came over in the workshop area and fiddled about with all kinds of things here! Such a rude person! Didn't he understand that we had delicate things going on here? We had to send him back to the library area several times.\""; next; mes "She shakes her head."; - mes "\"Sometimes I think it'd be better not to allow visitors here. But the sages set a high value on keeping contact to the population. Politics.\""; + mes "\"Sometimes I think it'd be better not to allow visitors here. But the sages set a high value on keeping contact with the population. Politics.\""; if ((@investigate != 3) && (@investigate != 6) && (@investigate != 9)) goto L_Close; set @investigate, @investigate + 1; |