no need for this much whitespace
This commit is contained in:
@@ -126,9 +126,6 @@ SUBSYSTEM_DEF(vote)
|
|||||||
choices[choices[i]]++
|
choices[choices[i]]++
|
||||||
// choices[choices[i]] is the schulze ranking, here, rather than raw vote numbers
|
// choices[choices[i]] is the schulze ranking, here, rather than raw vote numbers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/datum/controller/subsystem/vote/proc/announce_result()
|
/datum/controller/subsystem/vote/proc/announce_result()
|
||||||
if(vote_system == RANKED_CHOICE_VOTING)
|
if(vote_system == RANKED_CHOICE_VOTING)
|
||||||
calculate_condorcet_votes()
|
calculate_condorcet_votes()
|
||||||
|
|||||||
Reference in New Issue
Block a user