Skip to content

Commit

Permalink
Mirror '"Start Round" can start delayed round' (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Aug 17, 2024
1 parent 8328199 commit 6932693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ SUBSYSTEM_DEF(ticker)
/datum/controller/subsystem/ticker/proc/request_start()
if(current_state == GAME_STATE_PREGAME)
time_left = 0
delay_start = FALSE

// Killswitch if hanging or interrupted
if(SSnightmare.stat != NIGHTMARE_STATUS_DONE)
Expand Down

0 comments on commit 6932693

Please sign in to comment.