From 2cea5d69e9f6a9f030452d5f4e5092d458277299 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Thu, 23 Sep 2010 02:41:03 +0000 Subject: [PATCH] AI Malfunction round time has been increased from the 20 seconds I had it at for testing purposes. Really need to remember to undo such changes BEFORE I upload. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@154 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/malfunction/malfunction.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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