summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperMReed.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/helperMReed.txt')
-rw-r--r--world/map/npc/048-2/helperMReed.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/048-2/helperMReed.txt b/world/map/npc/048-2/helperMReed.txt
index 288a8c02..12d6ea20 100644
--- a/world/map/npc/048-2/helperMReed.txt
+++ b/world/map/npc/048-2/helperMReed.txt
@@ -51,23 +51,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 "[Kullervo]";
- mes "\"Oh, yes. There was such a guy, shortly before the accident I think. He sneaked into the workshop several times, sticking his nose into stuff that shouldn't be his business. We had to sent him back to the library part at least three times.\"";
+ mes "\"Oh, yes. There was such a guy, shortly before the accident I think. He sneaked into the workshop several times, sticking his nose into stuff that shouldn't be his business. We had to send him back to the library area at least three times.\"";
next;
mes "\"Maybe he was confused, not sure. He talked very strangely.\"";
if ((@investigate != 3) && (@investigate != 6) && (@investigate != 9))
@@ -78,10 +78,10 @@ L_Visitor:
L_Helper:
mes "[Kullervo]";
- mes "\"Are you asking because people say it's his fault? Listen, I've known many years now, we started our service here about the same time. We share our room and are really close friends.";
+ mes "\"Are you asking because people say it's his fault? Listen, I've known him for many years now. We started our service here about the same time. We share our room and are really close friends.";
mes "And in all these years, I've never seen him messing up anything important. He's a perfectionist. He isn't satisfied with anything less than the best possible result when doing his work.\"";
next;
- mes "\"I don't understand what went wrong with that spell, it just has to have another cause than Peetu. I'm worried about him, he must feel very miserable. But I can't leave my duty here.\"";
+ mes "\"I don't understand what went wrong with that spell, but it just has to have another cause than Peetu. I'm worried about him. He must feel very miserable. But I can't leave my duty here.\"";
if ((@investigate != 5) && (@investigate != 6) && (@investigate != 7))
goto L_Close;
set @investigate, @investigate + 3;