diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index e01ba7b69..ab61ab64c 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -59,7 +59,7 @@ L_Next: close; L_StartFight: - /* FIXME + /* FIXME debug if (getmapusers("006-1") < 3) goto L_NotEnoughPlayers; */ @@ -218,6 +218,7 @@ OnTimer5000: end; // Announces and attempts to start the fight once time run out +OnTimer30000: // FIXME debug 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; |