mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Fix Extended not being selected if no votes are cast (#21975)
see title Odyssey is both a votable mode and added manually (to put it at the top) so default_choices length != winners length, thus it was picking a random winner rather than defaulting to Extended (also fixed a changelog not having the right name format)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
//Actually populate the voting choices, which are now sorted
|
||||
for(var/datum/game_mode/votable_mode_sorted in gamemodes_list)
|
||||
default_choices += capitalize(votable_mode_sorted.name)
|
||||
default_choices |= capitalize(votable_mode_sorted.name)
|
||||
|
||||
//Stop the countdown while we vote
|
||||
GLOB.round_progressing = FALSE
|
||||
|
||||
Reference in New Issue
Block a user