From 0a5c875851ce2948dd79b480e2412f97f9876c25 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Aug 2021 15:22:03 -0300 Subject: Fix typos --- npc/031-4/cindyCave.txt | 3 ++- npc/commands/warp.txt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/031-4/cindyCave.txt b/npc/031-4/cindyCave.txt index 9f9f88ae..c748d4ce 100644 --- a/npc/031-4/cindyCave.txt +++ b/npc/031-4/cindyCave.txt @@ -165,7 +165,8 @@ L_NextWave: !$@YETI_FOREVER) goto L_CleanUp; if ($@FIGHT_YETI_WAVE > 10 - && $@FIGHT_YETI_WAVE < 22) + && $@FIGHT_YETI_WAVE < 22 + && !$@YETI_FOREVER) goto L_Return_1; if ($@FIGHT_YETI_WAVE > 22 && !$@YETI_FOREVER) { areamonster "031-4", 0, 0, 95, 91, "Yeti", Yeti, $@FIGHT_YETI_WAVE*2 + $@FIGHT_YETI_PLAYER_COUNT*5, "Cindy::OnPetDeath"; diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index ddd0449d..29e4f4ca 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -74,9 +74,9 @@ OnCall: OnInit: if (debug) { - bindatcmd("w", "@w::OnCall", 0, 20, 0); - bindatcmd("go", "@w::OnCall", 0, 20, 0); - bindatcmd("to", "@w::OnCall", 0, 20, 0); + bindatcmd("w", "@w::OnCall", 0, 20, 1); + bindatcmd("go", "@w::OnCall", 0, 20, 1); + bindatcmd("to", "@w::OnCall", 0, 20, 1); } else { bindatcmd("w", "@w::OnCall", 20, 60, 1); bindatcmd("go", "@w::OnCall", 20, 60, 1); -- cgit v1.2.3-60-g2f50