Skip to content

Commit

Permalink
TGS Test Merge (#6757)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordme authored and lordme committed Sep 18, 2024
2 parents 2301215 + a8193cb commit 29afba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ SUBSYSTEM_DEF(vote)
. = "Initiate Crew Transfer"
if(2)
. = CONFIG_GET(string/default_on_transfer_tie)
if(LAZYLEN(winners) > 0)
else if(LAZYLEN(winners) > 0)
if(LAZYLEN(winners) > 1)
text += "More than one winner, result chosen at random."
. = pick(winners)
text += "<b>Vote Result: [.]</b>"
else
Expand Down

0 comments on commit 29afba8

Please sign in to comment.