mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
wow good thing this was impossible to check
This commit is contained in:
@@ -176,7 +176,7 @@ SUBSYSTEM_DEF(vote)
|
||||
var/median_pos = max(1,round(score.len/2))
|
||||
score.Cut(median_pos,median_pos+1)
|
||||
choices[score_name]++
|
||||
choices[choices[scores_by_choice[1]]] += 100 // hardcoded make-sure-this-guy-is-winner
|
||||
choices[scores_by_choice[1]] += 100 // hardcoded make-sure-this-guy-is-winner
|
||||
|
||||
/datum/controller/subsystem/vote/proc/announce_result()
|
||||
var/vote_title_text
|
||||
|
||||
Reference in New Issue
Block a user