summaryrefslogtreecommitdiff
path: root/npc/019-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-2')
-rw-r--r--npc/019-2/guards.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt
index be2f088b4..cf325ac15 100644
--- a/npc/019-2/guards.txt
+++ b/npc/019-2/guards.txt
@@ -110,6 +110,11 @@ L_MK:
L_Delay:
mesn;
mesq l("You already helped us today. Come back tomorrow.");
+ next;
+ mesc l("Do you want to cross to the other side? You'll need to find the sea to return here if you do."), 1;
+ next;
+ if (askyesno() == ASK_YES)
+ warp "019-1", 70, 30;
close;
OnInit:
@@ -134,6 +139,7 @@ OnClock1830:
if ($NLIB_DAY != 7)
end;
setmapflag("023-2",mf_bexp,200);
+ setmapflag("023-2",mf_nopenalty);
donpcevent("The Monster King#NLib::OnBegin");
end;
}