From 25d4b53f94e2895ed34f399e29ff2c10701bdd7a Mon Sep 17 00:00:00 2001 From: Putnam Date: Fri, 27 Dec 2019 22:46:32 -0800 Subject: [PATCH] wow how'd i leave that in --- code/controllers/subsystem/vote.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm index 4219f4942a..812f30078e 100644 --- a/code/controllers/subsystem/vote.dm +++ b/code/controllers/subsystem/vote.dm @@ -403,7 +403,6 @@ SUBSYSTEM_DEF(vote) if(APPROVAL_VOTING) . += "

Vote any number of choices.

" if(RANKED_CHOICE_VOTING) - var/list/myvote = voted[C.ckey] . += "

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

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