Skip to content

Commit

Permalink
vote result
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLordME committed Jul 7, 2023
1 parent a31eddf commit 772fbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ SUBSYSTEM_DEF(vote)

else
text += "<b>Vote Result: Inconclusive - No Votes!</b>"
for(var/option in choices)
text += SPAN_NOTICE("\n[option] - [votes_by_choice[option] || 0]")
log_vote(text)
to_chat(world, "<font color='purple'>[text]</font>")

Expand Down

0 comments on commit 772fbb2

Please sign in to comment.