mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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()]")
|
||||
|
||||
Reference in New Issue
Block a user