summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/042-0/arthur.txt4
-rw-r--r--npc/functions/util.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
index a0dfff38c..8d52fb440 100644
--- a/npc/042-0/arthur.txt
+++ b/npc/042-0/arthur.txt
@@ -27,10 +27,10 @@ L_Prologue:
mes col(l("JAIL THEM!!"), 9)+l(" -- No, wait!");
next;
select
- l("What is going on here?"),
+ "[START] "+l("What is going on here?"),
l("Your problems are not mine. By the way, you really should consider taking a shower."),
l("[TUTORIAL]"),
- l("You are weird, I have to go, sorry.");
+ "[QUIT] "+l("You are weird, I have to go, sorry.");
mes "";
switch (@menu) {
case 1:
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 76caaff6a..f8593723f 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -830,7 +830,7 @@ function script thiefrank {
case 3: return l("Rogue");
case 2: return l("Bandit");
case 1: return l("Thief");
- case 0: return l("Citzen");
+ case 0: return l("Citizen");
default: return l("Error");
}
}