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("
| Mode | Votes | Needs Players | |
| [choices[i]] | [votes] | " else - . += "[choices[i]] | [votes] | " if (additional_text.len >= i) . += additional_text[i] - . += "