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-4/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-4/main.txt') diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 5617fe784..2a645ac4a 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -38,7 +38,7 @@ function script CindySwitch_Check_214 { // Global Variable: $@CINDY_STATE 021-4,66,49,0 script Cindy#Outside NPC_CINDY_CAGE,{ - if (getq(NivalisQuest_Cindy) < 5) + if (getq(NivalisQuest_Cindy) < 4) goto L_Cheat; if ($@CINDY_STATE > 150000) goto L_Reset; if ($@CINDY_STATE % 2 == 0) goto L_Start; -- cgit v1.2.3-60-g2f50