summaryrefslogtreecommitdiff
path: root/npc/000-2-2/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-2/doors.txt')
-rw-r--r--npc/000-2-2/doors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index ef9cf757..6d978bfb 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -14,6 +14,8 @@ OnTouch:
goto l_Warp;
l_Warn:
+ set @q, getq(ShipQuests_Peter);
+ if (@q == 5) goto l_Warp;
mesn "Narrator";
mes col(l("There are still some Rattos left! Do you want to abort the quest?"), 9);
next;
@@ -23,12 +25,10 @@ l_Warn:
l("No."), -;
warp "000-2-2", 48, 28;
-
close;
l_Warp:
warp "000-2-1", 61, 36;
-
close;
}