From 7a8ecf074b08f8593db3c96759e9b5a32965121f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Oct 2018 15:43:18 -0200 Subject: Fix script bug --- npc/021-1/logic.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/021-1/logic.txt') diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 335cf6bcf..24fc6e465 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -1,6 +1,5 @@ // TMW2 scripts. // Authors: -// The Mana World Team // Jesusalva // Description: // Cave logic. Controls also switchs and false warps. See soren/main for more info. @@ -27,7 +26,7 @@ function script CindySwitch_Check_211 { OnTouch: .@q=getq(NivalisQuest_Cindy); if (.@q < 3) end; - if ($@CINDY_STATE > gettimetick(2) || $@CINDY_STATE == 0) goto L_Safe; + if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; if ($@CINDY_STATE % 2 == 0) goto L_Blocked; if (CindySwitch_Check_211() == 5) { .@pos=rand(0,8); -- cgit v1.2.3-70-g09d2