diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index c67aa748f..253256753 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -221,6 +221,7 @@ OnTimer5000: // Announces and attempts to start the fight once time run out OnTimer30000: // FIXME debug OnTimer300000: + if ($@FIGHT_CAVE_LEVEL > 0) end; 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; initnpctimer; |