From 09bce1bc0d6b912ccd4f71d71cfcf004648c9839 Mon Sep 17 00:00:00 2001
From: ariaworld <143797359+ariaworld@users.noreply.github.com>
Date: Mon, 2 Sep 2024 22:44:23 +0200
Subject: [PATCH] Vote result
---
code/controllers/subsystem/vote.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm
index b323f1cef423..6f1b37abce69 100644
--- a/code/controllers/subsystem/vote.dm
+++ b/code/controllers/subsystem/vote.dm
@@ -285,7 +285,7 @@ SUBSYSTEM_DEF(vote)
text = "\n[score_name]: [display_votes & SHOW_RESULTS ? score : "???"]"
. = 1
else
- text += "Vote Result: Inconclusive - No Votes!"
+ text += " Result: Inconclusive - No Votes!"
log_vote(text)
remove_action_buttons()
to_chat(world, "\n[text]")