diff --git a/code/game/gamemodes/malfunction/malfunction.dm b/code/game/gamemodes/malfunction/malfunction.dm index 85235960e4f..819c1ec3765 100644 --- a/code/game/gamemodes/malfunction/malfunction.dm +++ b/code/game/gamemodes/malfunction/malfunction.dm @@ -5,7 +5,7 @@ var/const/waittime_l = 600 var/const/waittime_h = 1800 - var/AI_win_timeleft = 20 //started at 1800, in case I change this for testing round end. + var/AI_win_timeleft = 1800 //started at 1800, in case I change this for testing round end. var/intercept_hacked = 0 var/malf_mode_declared = 0 var/boom = 0