summaryrefslogtreecommitdiff
path: root/npc/024-1/guard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-1/guard.txt')
-rw-r--r--npc/024-1/guard.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt
index cefc16a86..e35152315 100644
--- a/npc/024-1/guard.txt
+++ b/npc/024-1/guard.txt
@@ -30,7 +30,7 @@ L_MainLogic:
//.@tax=1001-min(1000, reputation("Frostia")*10);
.@tax=501-min(500, reputation("Frostia")*5);
mesn;
- mesc l("The guard eyes you with suspcion.");
+ mesc l("The guard eyes you with suspicion.");
mesq l("You should not be here. Get moving.");
if (Zeny < .@tax)
close;
@@ -71,7 +71,7 @@ L_MainQuest:
mesq l("I hate foreigners. They know nothing about us and want to impose their \"ideals\" about democracy and whatever.");
next;
mesn;
- mesq l("Anyway, you had a letter to our @@, you meant? Sure thing, I'll let him know at once.", b(l("king")));
+ mesq l("Anyway, you have a letter to our %s, you meant? Sure thing, I'll let him know at once.", b(l("king")));
setq General_Narrator, 12;
close;
@@ -80,10 +80,10 @@ L_MainQuest2:
mesq l("King Gelid Frozenheart II will have you.");
next;
mesn;
- mesq l("His policy is to never read a letter without the sender being present. Of course we checked for poison and traps.");
+ mesq l("His policy is to never read a letter without the sender being present. Of course we check it for poison and traps.");
next;
mesn;
- mesq l("Behave yourself, or you'll be executed in the town square mercilessly. You have been warned.");
+ mesq l("Behave yourself, or our death penalty awaits. You have been warned.");
next;
closeclientdialog;
// Maybe an instance instead?