summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-0/doors.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index f36908b2..89e3adf8 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -23,6 +23,13 @@
OnTouch:
.@nard = getq(ShipQuests_Nard);
+
+ if (getq(General_Narrator) > 0)
+ {
+ warp "000-1", 93, 100;
+ close;
+ }
+
if (.@nard == 4) goto L_GotoNard;
if (.@nard == 5) goto L_End;
if (.@nard > 0 && countitemcolor(718) > 0) goto L_Key;