diff options
Diffstat (limited to 'world/map/npc/048-2/helperBookpages3.txt')
-rw-r--r-- | world/map/npc/048-2/helperBookpages3.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/048-2/helperBookpages3.txt b/world/map/npc/048-2/helperBookpages3.txt index b261c3bd..e0c356fc 100644 --- a/world/map/npc/048-2/helperBookpages3.txt +++ b/world/map/npc/048-2/helperBookpages3.txt @@ -35,18 +35,18 @@ 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: @@ -57,7 +57,7 @@ L_Visitor: L_Helper: mes "[Teuvo]"; mes "\"Peetu? He's one of those magic wielders who think they can do anything. Heh, you see the result here."; - mes "But to be fair, from what I've seen Peetu always was very attentive and dutiful.\""; + mes "But to be fair, from what I've seen Peetu was always very attentive and dutiful.\""; if ((@investigate != 5) && (@investigate != 6) && (@investigate != 7)) goto L_Close; set @investigate, @investigate + 3; |