DYNAMIC IS SPICY

A few tweaks.
This commit is contained in:
JaySparrow
2020-09-25 09:34:09 -05:00
parent 8d91beaeec
commit 4e886b415f
5 changed files with 49 additions and 40 deletions
+3
View File
@@ -330,6 +330,9 @@ SUBSYSTEM_DEF(vote)
. += "<h2>Vote: '[question]'</h2>"
else
. += "<h2>Vote: [capitalize(mode)]</h2>"
if(mode =="dynamic")
. += "<h2>\nSelect your chaos level.</h2>"
. += "<h2>\nHigher values mean more antags and chaos.\n</h2>"
. += "Time Left: [time_remaining] s<hr><ul>"
for(var/i=1,i<=choices.len,i++)
var/votes = choices[choices[i]]