diff options
Diffstat (limited to 'npc/026-1')
-rw-r--r-- | npc/026-1/ctrl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c index e5cc71480..db859266f 100644 --- a/npc/026-1/ctrl.c +++ b/npc/026-1/ctrl.c @@ -19,14 +19,7 @@ OnTouch: close; L_Warp: - // Not unlocked - if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < MKIF_LV_B2F) { - 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_B2F), 1; - close; - } - warp "026-2", 32, 96; + fortwarp(MKIF_LV_B2F, "026-2", 32, 96); end; // Disarm & reset everything |