New auxilliary solars added by Library.

Ghosts should now be able to see AI Malf timers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@485 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-11-22 16:40:35 +00:00
parent 64fb363be2
commit adc8848f24
3 changed files with 6127 additions and 6088 deletions

View File

@@ -43,6 +43,9 @@
..()
statpanel("Status")
if (src.client.statpanel == "Status")
if(ticker.mode.name == "AI malfunction")
if(ticker.mode:malf_mode_declared)
stat(null, "Time left: [max(ticker.mode:AI_win_timeleft/(ticker.mode:apcs/3), 0)]")
if(emergency_shuttle)
if(emergency_shuttle.online && emergency_shuttle.location < 2)
var/timeleft = emergency_shuttle.timeleft()