From 4da4af22f9cfae15f7dbcf87c08db05cf32ed61a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 26 Oct 2023 19:06:18 -0300 Subject: I finally decided what the bonus for sparing Barbara is. During the Impregnable Fortress Raid, provides limited healing and buffing. --- npc/026-3/ctrl.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'npc/026-3') diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c index 059b903b6..c2fd79423 100644 --- a/npc/026-3/ctrl.c +++ b/npc/026-3/ctrl.c @@ -39,13 +39,6 @@ OnTouch: close; L_Warp: - // Not unlocked - if ($GAME_STORYLINE >= 3 && $MK_TEMPVAR < MKIF_LV_B4F) { - 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_B4F), 1; - close; - } // This is a more complex warp .@e = 0; do { @@ -54,7 +47,7 @@ L_Warp: .@y = rand2(20, 40); .@e+=1; } while (!checknpccell("026-4", .@x, .@y, cell_chkpass)); - warp "026-4", .@x, .@y; + fortwarp(MKIF_LV_B4F, "026-4", .@x, .@y); end; // Reset the switches -- cgit v1.2.3-70-g09d2