From 4b893d711bf81f96268bfc2d049980841a5efa8b Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Thu, 22 Jul 2010 20:59:49 -0400 Subject: Add missing goto, thanks to remoitnane for spotting --- npc/029-3_Fight_Cave/parua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt index b3aca53e..06f36f6b 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -69,7 +69,7 @@ L_NextRound: set $@FIGHT_CAVE_ROUND_TIMER, 0; set $@FIGHT_CAVE_LEVEL, $@FIGHT_CAVE_LEVEL + ($@FIGHT_CAVE_PLAYER_COUNT * 3); - if ($@FIGHT_CAVE_LEVEL >= 1200) L_CleanUp; + if ($@FIGHT_CAVE_LEVEL >= 1200) goto L_CleanUp; set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_LEVEL; npctalk "Next round starting, round level is " + $@FIGHT_CAVE_LEVEL; -- cgit v1.2.3-70-g09d2