mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
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:
@@ -298,7 +298,7 @@
|
||||
icon_state = "amaint"
|
||||
|
||||
/area/maintenance/auxsolar
|
||||
name = "Auxiliary Solar Maintenance"
|
||||
name = "West Auxiliary Solar Maintenance"
|
||||
icon_state = "SolarcontrolA"
|
||||
|
||||
/area/maintenance/starboardsolar
|
||||
@@ -309,6 +309,9 @@
|
||||
name = "Port Solar Maintenance"
|
||||
icon_state = "SolarcontrolP"
|
||||
|
||||
/area/maintenance/auxsolareast
|
||||
name = "East Auxiliary Solar Maintenance"
|
||||
icon_state = "SolarcontrolA"
|
||||
|
||||
/area/maintenance/storage
|
||||
name = "Atmospherics"
|
||||
@@ -571,8 +574,12 @@
|
||||
luminosity = 1
|
||||
sd_lighting = 0
|
||||
|
||||
/area/solar/auxeast
|
||||
name = "East Auxiliary Solar Array"
|
||||
icon_state = "panelsA"
|
||||
|
||||
/area/solar/aux
|
||||
name = "Auxiliary Solar Array"
|
||||
name = "West Auxiliary Solar Array"
|
||||
icon_state = "panelsA"
|
||||
|
||||
/area/solar/fore
|
||||
|
||||
@@ -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()
|
||||
|
||||
+6115
-6086
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user