Shuffles vote choice order.

This commit is contained in:
D3athrow
2015-05-16 17:02:16 -05:00
parent eb91c04409
commit 6db380332c

View File

@@ -232,6 +232,7 @@ var/global/datum/controller/vote/vote = new()
initiator = initiator_key
started_time = world.time
var/text = "[capitalize(mode)] vote started by [initiator]."
choices = shuffle(choices)
if(mode == "custom")
text += "<br>[question]"