summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperMInk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/helperMInk.txt')
-rw-r--r--world/map/npc/048-2/helperMInk.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/048-2/helperMInk.txt b/world/map/npc/048-2/helperMInk.txt
index 05141ad3..75a1a5cc 100644
--- a/world/map/npc/048-2/helperMInk.txt
+++ b/world/map/npc/048-2/helperMInk.txt
@@ -17,7 +17,7 @@
if (QUEST_BlueSage & $@Q_BlueSageMaterialInk) goto L_Done;
mes "[Eevert]";
- mes "\"Mh. I wonder how I'm expected to do my task with this meager equipment. The new books will look pathetic.\"";
+ mes "\"Mh. I wonder how I'm expected to perform my task with this meager equipment. The new books will look pathetic.\"";
mes "He sighs.";
if (BaseLevel < $@Q_BlueSageMinimumLevel)
goto L_Close;
@@ -64,18 +64,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:
@@ -85,9 +85,9 @@ L_Visitor:
L_Helper:
mes "[Eevert]";
- mes "\"Ah, Peetu. I really appreciate his sense for high quality work. The requirements to become a helper of a sage are already high, but Peetu is outstanding. He has a talent for magic and combined with his diligence it's quite remarkable.\"";
+ mes "\"Ah, Peetu. I really appreciate his sense for high quality work. The requirements to become a helper of a sage are already high, but Peetu is outstanding. He has a talent for magic and combined with his diligence, it's quite remarkable.\"";
next;
- mes "\"That's why I'm really confused about this situation, since he was performing the sealing of the slimes. I wonder what went wrong.\"";
+ mes "\"That's why I'm really confused about this situation, since he was the one performing the sealing of the slimes. I wonder what went wrong.\"";
if ((@investigate != 5) && (@investigate != 6) && (@investigate != 7))
goto L_Close;
set @investigate, @investigate + 3;