summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperResting1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/helperResting1.txt')
-rw-r--r--world/map/npc/048-2/helperResting1.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/048-2/helperResting1.txt b/world/map/npc/048-2/helperResting1.txt
index a1140f33..864285e0 100644
--- a/world/map/npc/048-2/helperResting1.txt
+++ b/world/map/npc/048-2/helperResting1.txt
@@ -21,7 +21,7 @@
L_Progress:
mes "[Lenita]";
- mes "\"Teuvo said you're helping to collect some of the missing bookpages to repair the books. That's very kind of you! It's so much work to do, so every help is welcome.\"";
+ mes "\"Teuvo said you're helping to collect some of the missing bookpages to repair the books. That's very kind of you! It's so much work to do, so every bit of help is welcome.\"";
goto L_Investigate;
L_Thank:
@@ -37,23 +37,23 @@ 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 "[Lenita]";
- mes "\"With a mask? Yeah, I remember. That was a strange guy. He came to visit the library, but he lurked around at the workshop area and they had so sent him back to the books.\"";
+ mes "\"With a mask? Yeah, I remember. That was a strange guy. He came to visit the library, but he lurked around at the workshop area and they had to send him back to the books.\"";
if ((@investigate != 3) && (@investigate != 6) && (@investigate != 9))
goto L_Close;
set @investigate, @investigate + 1;