diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 2d134eacb66..c4c3b85b4c9 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -90,6 +90,7 @@ SUBSYSTEM_DEF(vote) var/list/vote_choice_data = list() for(var/choice in current_vote.choices) var/choice_votes = current_vote.choices[choice] + total_votes += choice_votes vote_choice_data["[choice]"] = choice_votes // stringify the winners to prevent potential unimplemented serialization errors.