Made the RD's office harder to break into.

Moved the AI Core circuit to the RD's office.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@172 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-26 00:25:52 +00:00
parent 5e9900a338
commit 32dee0587f
2 changed files with 17 additions and 15 deletions

View File

@@ -52,7 +52,9 @@
if(ticker.mode.name == "AI malfunction")
var/datum/game_mode/malfunction/malf = ticker.mode
stat(null, "Time until station control secured: [max(malf.AI_win_timeleft, 0)] seconds")
for (var/datum/mind/malfai in malf.malf_ai)
if (src.mind == malfai)
stat(null, "Time until station control secured: [max(malf.AI_win_timeleft, 0)] seconds")
if(!src.stat)
stat(null, text("System integrity: [(src.health+100)/2]%"))