From 1f8b13782ae8d0d8c08c8c95864e2d2e34e260b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 17:58:13 -0300 Subject: %%e --- npc/006-1/crazyfefe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-70-g09d2