Forgot the chaos level

aaaaa
This commit is contained in:
JaySparrow
2020-10-12 21:55:38 -05:00
parent ebf705f33e
commit a661c1d42b
@@ -453,7 +453,7 @@
if(SEC_LEVEL_DELTA)
level = "delta"
var/dat = "<div class='notice'>Round Duration: [DisplayTimeText(world.time - SSticker.round_start_time)]<br>Alert Level: [capitalize(level)]</div>"
var/dat = "<div class='notice'>Round Duration: [DisplayTimeText(world.time - SSticker.round_start_time)]<br>Alert Level: [capitalize(level)]<br>Chaos Level: [GLOB.dynamic_chaos_level]</div>"
if(SSshuttle.emergency)
switch(SSshuttle.emergency.mode)