From 4d7a45ba4116bca31b3a3895eabac179b0984128 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 16 Nov 2018 17:54:33 -0500 Subject: [PATCH] reduces the revolution round end grace period to 10 minutes (#7730) --- code/game/gamemodes/revolution/revolution.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/revolution/revolution.dm b/code/game/gamemodes/revolution/revolution.dm index b87d4695d9..5029eaa03a 100644 --- a/code/game/gamemodes/revolution/revolution.dm +++ b/code/game/gamemodes/revolution/revolution.dm @@ -62,7 +62,7 @@ setup_error = "Not enough headrev candidates" return FALSE - completioncheckstart = world.time + 20 MINUTES + completioncheckstart = world.time + 10 MINUTES return TRUE