Merge pull request #21704 from KorPhaeron/40minutesofwarningisntenough

You can now see which emergency shuttle is coming in the status panel
This commit is contained in:
oranges
2016-11-25 22:06:41 +13:00
committed by GitHub
+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()]")