From 29ef0af5e26d42a8930aea46d03872ef10cf30b0 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 25 Jul 2010 17:01:36 -0400 Subject: Uncomment the player count check --- 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 6705ed8b..72a1207f 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -16,7 +16,7 @@ if (zeny < 20000) goto L_NotEnough; if ($@FIGHT_CAVE_STATUS != 0) goto L_AlreadyStarted; -// if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; + if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; set zeny, zeny - 20000; npctalk "Let the battle begin!"; -- cgit v1.2.3-70-g09d2