From 891bcdfa72b4093bfdb241b5a1a11ec7838b3d51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Oct 2023 17:38:07 -0300 Subject: At Monster King defeat, mana stone no longer kills --- npc/026-3/ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/026-3') diff --git a/npc/026-3/ctrl.c b/npc/026-3/ctrl.c index 4ecacfa93..059b903b6 100644 --- a/npc/026-3/ctrl.c +++ b/npc/026-3/ctrl.c @@ -33,7 +33,7 @@ OnTouch: if (getq(General_Fortress) > 4) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B3"), 3; msObjective(getq(General_Fortress) == 5, l("* Flip all four switches")); - msObjective($MK_TEMPVAR >= MKIF_LV_B3F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B4F)); + msObjective($MK_TEMPVAR >= MKIF_LV_B4F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B4F)); mes ""; mesc l("Hint: You cannot unflip a switch, but they unflip every 12 hours."); close; -- cgit v1.2.3-70-g09d2