summaryrefslogtreecommitdiff
path: root/npc/026-5/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-5/ctrl.c')
-rw-r--r--npc/026-5/ctrl.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/026-5/ctrl.c b/npc/026-5/ctrl.c
index 939bd5ae5..53445f9d8 100644
--- a/npc/026-5/ctrl.c
+++ b/npc/026-5/ctrl.c
@@ -142,14 +142,7 @@ OnTouch:
close;
L_Warp:
- // Not unlocked
- if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < MKIF_LV_B6F) {
- mesc l("The gate is sealed shut."), 1;
- mesc l("The monster army is still strong on this floor!"), 1;
- mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B6F), 1;
- close;
- }
- warp "026-6", 100, 90;
+ fortwarp(MKIF_LV_B6F, "026-6", 100, 90);
end;
OnInit: