summaryrefslogtreecommitdiff
path: root/npc/009-1/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1/guards.txt')
-rw-r--r--npc/009-1/guards.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt
index 50df598ee..d652cc37b 100644
--- a/npc/009-1/guards.txt
+++ b/npc/009-1/guards.txt
@@ -16,7 +16,8 @@
.@fd=!(getmapmask("011-3")&1024); // .@fd - is flooded?
if (!.@fd) {
mesn;
- mesq l("Various people already went missing, including GMs. This is why if you plan to cross, @@.", b(l("You won't be allowed to walk sideways, except to avoid a monster or two.")));
+ // There's a limit on how much info I can send with @@
+ mesq l("Various people already went missing, including GMs. This is why if you plan to cross, ") + b(l("You won't be allowed to walk sideways, except to avoid a monster or two."));
mesc l("If you try to walk west or east too much, you'll hit an \"invisible wall\" to prevent you from getting lost.");
next;
select
@@ -24,6 +25,12 @@
l("My equipment is good, let me through!");
mes "";
if (@menu == 2) {
+ if (BaseLevel < 20) {
+ mesn;
+ .@palgal$=lg("gal", "pal");
+ mesq l("It might be, but your level isn't. Sorry @@. No going to Hurnscald before level 20.", .@palgal$);
+ close;
+ }
warp "011-3", 37, 219;
closedialog;
close;
@@ -36,7 +43,7 @@
if (GHQUEST)
GHQ_Assign(Snake, "Halinarzo");
- end;
+ close;
L_MKControl:
mesn;