summaryrefslogtreecommitdiff
path: root/npc/006-1/crazyfefe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r--npc/006-1/crazyfefe.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index d41a145a1..9beb5f76f 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -58,8 +58,10 @@ L_Next:
close;
L_StartFight:
+ /* FIXME
if (getmapusers("006-1") < 3)
goto L_NotEnoughPlayers;
+ */
$@FIGHT_CAVE_LEVEL = 1;
$@FEFE_DELAY = gettimetick(2)+.delay;
$@FIGHT_CAVE_PLAYER_COUNT = getmapusers("006-1");
@@ -209,7 +211,7 @@ OnReward:
OnTimer300000:
if ($@FEFE_DELAY <= gettimetick(2)) goto L_StartFight;
announce $@FIGHT_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!", bc_all|bc_npc;
- inittimer;
+ initnpctimer;
end;
// Every 5 seconds, handle cave, if fighting. Does nothing when waiting.