summaryrefslogtreecommitdiff
path: root/npc/021-1/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-1/logic.txt')
-rw-r--r--npc/021-1/logic.txt2
1 files changed, 2 insertions, 0 deletions
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;