Skip to content

Commit

Permalink
Vote result
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaworld committed Sep 2, 2024
1 parent dd5b120 commit 09bce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ SUBSYSTEM_DEF(vote)
text = "\n<b>[score_name]:</b> [display_votes & SHOW_RESULTS ? score : "???"]"
. = 1
else
text += "<b>Vote Result: Inconclusive - No Votes!</b>"
text += "<b> Result: Inconclusive - No Votes!</b>"
log_vote(text)
remove_action_buttons()
to_chat(world, "\n<font color='purple'>[text]</font>")
Expand Down

0 comments on commit 09bce1b

Please sign in to comment.