From 0c7d061bfee65d308f89b13b5979b0dc78d0c108 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Oct 2018 22:23:38 -0300 Subject: Fix some stuff --- npc/021-1/logic.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/021-1') diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 4bdbea71d..61b5ff8d4 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -6,6 +6,8 @@ // Cave logic 021-1,155,196,0 script #MainLogic NPC_NO_SPRITE,0,0,{ + .@q=getq(NivalisQuest_Cindy); + if (.@q < 4) end; if ($@CINDY_STATE > gettimetick(2) || $@CINDY_STATE == 0) goto L_Safe; if ($@CINDY_STATE % 2 == 0) goto L_Blocked; warp "021-2", 80, 102; -- cgit v1.2.3-60-g2f50