diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:22:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:22:52 -0300 |
commit | d6bddea04070639538fa5bcf66b73281a23126cf (patch) | |
tree | 4ed2e23136ce3865a0e8b9aff3e5f57cc6b44502 /npc | |
parent | 6a6b7677cced2ca8b5906a68795b575b8a3f5815 (diff) | |
download | serverdata-d6bddea04070639538fa5bcf66b73281a23126cf.tar.gz serverdata-d6bddea04070639538fa5bcf66b73281a23126cf.tar.bz2 serverdata-d6bddea04070639538fa5bcf66b73281a23126cf.tar.xz serverdata-d6bddea04070639538fa5bcf66b73281a23126cf.zip |
Bugfix :(
Diffstat (limited to 'npc')
-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; |