From b799abd9159df670206a6a4f811f692323ca2f24 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Oct 2018 00:34:16 -0300 Subject: Fix thousands of bugs --- npc/021-3/doors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-3') diff --git a/npc/021-3/doors.txt b/npc/021-3/doors.txt index f0a403f9d..f0405f5e1 100644 --- a/npc/021-3/doors.txt +++ b/npc/021-3/doors.txt @@ -7,7 +7,7 @@ 021-3,24,123,0 script #0213_Logic NPC_NO_SPRITE,1,0,{ if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; - if ($@CINDY_STATE % 2 == 0) goto L_Blocked; + if ($@CINDY_STATE % 2 == 1) goto L_Blocked; warp "021-4", 67, 28; end; -- cgit v1.2.3-60-g2f50