From 1354fe59fb1505d330802e53bd72fed8e92e17ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 May 2024 15:05:39 -0300 Subject: Better fix for previous commit --- npc/026-1/ctrl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c index 269ab6ba5..d29a8216f 100644 --- a/npc/026-1/ctrl.c +++ b/npc/026-1/ctrl.c @@ -107,7 +107,6 @@ function script 0261_CheckReset { 026-1,29,76,0 script Important Note#B1F NPC_NO_SPRITE,{ function noteBegin; if ($@DATA_0261[12]) end; - if (getq(General_Fortress) > 2) end; if (getq2(General_Fortress) == 0) noteBegin(); mesc l("Flip the manaplace?"), 1; next; @@ -115,7 +114,7 @@ function script 0261_CheckReset { .@r=0261_CheckReset(); if (!.@r) warp "003-1", 82, 119; - else + else if (getq(General_Fortress) == 2) setq General_Fortress, 3, 0, 0; } close; -- cgit v1.2.3-70-g09d2