You can now see which shuttle is coming in the status panel

This commit is contained in:
KorPhaeron
2016-11-23 07:07:08 -05:00
parent d4fa53d9ca
commit e24bc66ecc
+1
View File
@@ -520,6 +520,7 @@ var/next_mob_id = 0
stat(null, "Next Map: [nextmap.friendlyname]")
stat(null, "Server Time: [time2text(world.realtime, "YYYY-MM-DD hh:mm")]")
if(SSshuttle.emergency)
stat(null, "Current Shuttle: [SSshuttle.emergency.name]")
var/ETA = SSshuttle.emergency.getModeStr()
if(ETA)
stat(null, "[ETA] [SSshuttle.emergency.getTimerStr()]")