mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
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:
@@ -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]%"))
|
||||
|
||||
Reference in New Issue
Block a user