Skip to content

Commit

Permalink
[MIRROR] transfer vote defaults to end the round if there are no voters
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SierraHelper committed Nov 24, 2024
1 parent 95de8f7 commit 5e85305
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/datums/vote/transfer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
to_world(SPAN_COLOR("purple", "Bluespace Jump Factor: [factor]"))

/datum/vote/transfer/report_result()
if(..())
return 1
if(result[1] == CHOICE_TRANSFER)
if(..() || result[1] == CHOICE_TRANSFER)
init_autotransfer()
else if(result[1] == CHOICE_ADD_ANTAG)
SSvote.queued_auto_vote = /datum/vote/add_antagonist
Expand Down

0 comments on commit 5e85305

Please sign in to comment.