Malf AIs now need at least three APCs hacked for the timer to progress.

APCs have 1/3rd the effect on malf timer as before.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@204 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-28 05:45:41 +00:00
parent c4228ece36
commit b8c40cfca5
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -54,8 +54,8 @@
var/datum/game_mode/malfunction/malf = ticker.mode
for (var/datum/mind/malfai in malf.malf_ai)
if (src.mind == malfai)
if (malf.apcs > 0)
stat(null, "Time until station control secured: [max(malf.AI_win_timeleft/malf.apcs, 0)] seconds")
if (malf.apcs >= 3)
stat(null, "Time until station control secured: [max(malf.AI_win_timeleft/(malf.apcs/3), 0)] seconds")
if(!src.stat)
stat(null, text("System integrity: [(src.health+100)/2]%"))