Adds a station alert level display to the join game menu (#16097)

* Alert Levels

* pain

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
SabreML
2021-05-29 21:12:35 +01:00
committed by GitHub
co-authored by S34N
parent d8c429df6e
commit 64f1fd589d
2 changed files with 16 additions and 0 deletions
@@ -449,6 +449,7 @@
var/dat = "<html><body><center>"
dat += "Round Duration: [round(hours)]h [round(mins)]m<br>"
dat += "<b>The station alert level is: [get_security_level_colors()]</b><br>"
if(SSshuttle.emergency.mode >= SHUTTLE_ESCAPE)
dat += "<font color='red'><b>The station has been evacuated.</b></font><br>"