diff --git a/code/controllers/voting.dm b/code/controllers/voting.dm index 3387239101..560dd8613c 100644 --- a/code/controllers/voting.dm +++ b/code/controllers/voting.dm @@ -9,6 +9,7 @@ datum/controller/vote var/mode = null var/question = null var/list/choices = list() + var/list/gamemode_names = list() var/list/voted = list() var/list/voting = list() var/list/current_votes = list() @@ -217,6 +218,7 @@ datum/controller/vote for (var/T in L) var/datum/game_mode/M = new T() if (M.config_tag == F) + gamemode_names[M.config_tag] = capitalize(M.name) //It's ugly to put this here but it works additional_text.Add("