From 51a7c7776a695528aae3dd46eca9e428f127875f Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 31 Dec 2019 23:03:58 -0800 Subject: [PATCH] 1-5 -> -2 to 2 --- code/controllers/subsystem/vote.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index fa4ef47819..191ca9c2b0 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -443,7 +443,7 @@ SUBSYSTEM_DEF(vote) if(RANKED_CHOICE_VOTING) . += "

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, 1-5 least-most.

" + . += "

Grade the candidates by how much you like them.

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