diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-02 17:58:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-02 17:58:13 -0300 |
commit | 1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7 (patch) | |
tree | 097ab858af34afa5599fe2bd60eb58d0065d9171 | |
parent | 0ba998861fe21ad5b0052926499cfc67b50a4836 (diff) | |
download | serverdata-1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7.tar.gz serverdata-1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7.tar.bz2 serverdata-1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7.tar.xz serverdata-1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7.zip |
%%e
-rw-r--r-- | npc/006-1/crazyfefe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 1de29a0d4..262ceed06 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -142,7 +142,7 @@ L_CaveLogic: // Victory conditions: Too few players are alive OR twenty minutes went on. // WARNING, dead players still in cave are counted, we might never finish the fight. // And a GM might be called to ban everyone inside. - if ($@FEFE_CAVE_PLAYER_COUNT <= any(1,1,1,1,1,1,1,1,1,2) && !$@GM_OVERRIDE || gettimetick(2) >= $@FEFE_DELAY - (60*35)) { + if ($@FEFE_CAVE_PLAYER_COUNT <= any(1,1,1,1,1,1,1,1,1,2) && !$@GM_OVERRIDE || gettimetick(2) >= $@FEFE_DELAY - (60*25)) { goto L_CleanUp; } |