mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fix for announcing gamemode ties.
This commit is contained in:
@@ -119,8 +119,8 @@ datum/controller/vote
|
|||||||
if(winners.len > 1)
|
if(winners.len > 1)
|
||||||
if(mode != "gamemode" || ticker.hide_mode == 0) // Here we are making sure we don't announce potential game modes
|
if(mode != "gamemode" || ticker.hide_mode == 0) // Here we are making sure we don't announce potential game modes
|
||||||
text = "<b>Vote Tied Between:</b>\n"
|
text = "<b>Vote Tied Between:</b>\n"
|
||||||
for(var/option in winners)
|
for(var/option in winners)
|
||||||
text += "\t[option]\n"
|
text += "\t[option]\n"
|
||||||
. = pick(winners)
|
. = pick(winners)
|
||||||
|
|
||||||
for(var/key in current_votes)
|
for(var/key in current_votes)
|
||||||
|
|||||||
Reference in New Issue
Block a user