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-1/logic.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/021-1/logic.txt') diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 2e4434805..2c96be1c3 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -31,13 +31,15 @@ OnTouch: .@q=getq(NivalisQuest_Cindy); if (.@q < 3) end; if ($@CINDY_STATE > gettimetick(2)) goto L_Safe; - if ($@CINDY_STATE % 2 == 0) goto L_Blocked; + if ($@CINDY_STATE % 2 == 1) goto L_Blocked; if (CindySwitch_Check_211() == 5) { .@pos=rand(0,8); - if (.@q == 4) + if (.@q == 3) { + setq NivalisQuest_Cindy, 4; warp "021-1", .xp[.@pos], .yp[.@pos]; - else + } else { warp "021-2", 80, 102; + } } else { switch (CindySwitch_Check_211()) { case 0: -- cgit v1.2.3-60-g2f50