From 473515b941064921fc14946946894bb169818a3f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Jul 2021 09:34:17 -0300 Subject: If an infinite Cindy Run was set, pump Yetis way, way faster. Or we'll be at this the whole day, and I am NOT looking forward that. --- npc/031-4/cindyCave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/031-4/cindyCave.txt b/npc/031-4/cindyCave.txt index 0dd5ec6c..a7306f70 100644 --- a/npc/031-4/cindyCave.txt +++ b/npc/031-4/cindyCave.txt @@ -156,7 +156,7 @@ L_CaveLogic: set $@FIGHT_YETI_ROUND_TIMER, $@FIGHT_YETI_ROUND_TIMER + 5; // Advance 5 seconds if (mobcount("031-4", "Cindy::OnPetDeath") <= 0) goto L_NextWave; - if ($@FIGHT_YETI_ROUND_TIMER + $@FIGHT_YETI_ROUND_PEN >= 120) + if ($@FIGHT_YETI_ROUND_TIMER + $@FIGHT_YETI_ROUND_PEN >= ($@YETI_FOREVER ? 45 : 120)) goto L_NextWave; goto L_Return_1; -- cgit v1.2.3-60-g2f50