diff --git a/code/controllers/voting.dm b/code/controllers/voting.dm index e9465bb937..02d66af123 100644 --- a/code/controllers/voting.dm +++ b/code/controllers/voting.dm @@ -217,7 +217,7 @@ datum/controller/vote for (var/T in L) var/datum/game_mode/M = new T() if (M.config_tag == F) - additional_text.Add(" - [M.required_players] players required") + additional_text.Add("[M.required_players]") break if("crew_transfer") if(check_rights(R_ADMIN|R_MOD, 0)) @@ -299,20 +299,22 @@ datum/controller/vote if(mode) if(question) . += "

Vote: '[question]'

" else . += "

Vote: [capitalize(mode)]

" - . += "Time Left: [time_remaining] s