mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Shuffles vote choice order.
This commit is contained in:
@@ -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]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user