From 42347fd5ea30bd060a485599fd2aca6486d5ddf9 Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 31 Dec 2019 23:19:39 -0800 Subject: [PATCH] more conveyance on how the voting works --- code/controllers/subsystem/vote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 1eaa6991c0..f43ff4f3a4 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -446,6 +446,7 @@ SUBSYSTEM_DEF(vote) . += "

Vote by order of preference. Revoting will demote to the bottom. 1 is your favorite, and higher numbers are worse.

" if(SCORE_VOTING) . += "

Grade the candidates by how much you like them.

" + . += "

No-votes have no power--your opinion is only heard if you vote!

" . += "Time Left: [DisplayTimeText(end_time-world.time)]