This commit is contained in:
BurgerLUA
2018-11-09 02:28:48 +01:00
committed by Werner
parent dadb0ffcfb
commit 5dddb44e31
4 changed files with 42 additions and 4 deletions
+1 -1
View File
@@ -392,7 +392,7 @@
if (SSticker.current_state >= GAME_STATE_PLAYING)
var/dat = "<html><head><title>Round Status</title></head><body><h1><B>Round Status</B></h1>"
dat += "Current Game Mode: <B>[SSticker.mode.name]</B><BR>"
dat += "Round Duration: <B>[round(world.time / 36000)]:[add_zero(world.time / 600 % 60, 2)]:[world.time / 100 % 6][world.time / 100 % 10]</B><BR>"
dat += "Round Duration: [get_round_duration_formatted()]"
dat += "<B>Emergency shuttle</B><BR>"
if (!emergency_shuttle.online())
dat += "<a href='?src=\ref[src];call_shuttle=1'>Call Shuttle</a><br>"