Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Jul 29, 2024
1 parent c3742c9 commit f1df071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SUBSYSTEM_DEF(ticker)
var/list/login_music = null //Music played in pregame lobby

var/delay_end = FALSE //If set true, the round will not restart on it's own
var/delay_start = FALSE
var/delay_start = TRUE
var/admin_delay_notice = "" //A message to display to anyone who tries to restart the world after a delay

var/time_left //Pre-game timer
Expand Down

0 comments on commit f1df071

Please sign in to comment.