diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 826a31c0a30..ea206ed2009 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -29,4 +29,4 @@ new_player_panel() client.playtitlemusic() if(ticker.current_state < GAME_STATE_SETTING_UP) - src << "Please set up your character and select \"Ready\". The game will start in about [round(ticker.GetTimeLeft()/10)] seconds." \ No newline at end of file + src << "Please set up your character and select \"Ready\". The game will start in about [round(ticker.GetTimeLeft(), 1)/10] seconds."