diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index 2197cda577..8c73027473 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -85,6 +85,9 @@ var/datum/subsystem/ticker/ticker window_flash(C, ignorepref = TRUE) //let them know lobby has opened up. world << "Welcome to [station_name()]!" current_state = GAME_STATE_PREGAME + if(!modevoted) + send_gamemode_vote() + modevoted = TRUE fire() if(GAME_STATE_PREGAME) //lobby stats for statpanels @@ -105,10 +108,6 @@ var/datum/subsystem/ticker/ticker return timeLeft -= wait - if(timeLeft <= config.lobby_countdown && !modevoted) //Vote for the round type - send_gamemode_vote() - modevoted = TRUE - if(timeLeft <= 300 && !tipped) send_tip_of_the_round() tipped = TRUE