mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
another dumb patch
This commit is contained in:
@@ -256,8 +256,9 @@ SUBSYSTEM_DEF(vote)
|
|||||||
if(RANKED_CHOICE_VOTING)
|
if(RANKED_CHOICE_VOTING)
|
||||||
for(var/i=1,i<=voted.len,i++)
|
for(var/i=1,i<=voted.len,i++)
|
||||||
var/list/myvote = voted[voted[i]]
|
var/list/myvote = voted[voted[i]]
|
||||||
for(var/j=1,j<=myvote.len,j++)
|
if(islist(myvote))
|
||||||
SSblackbox.record_feedback("nested tally","voting",1,list(vote_title_text,"[j]\th",choices[myvote[j]]))
|
for(var/j=1,j<=myvote.len,j++)
|
||||||
|
SSblackbox.record_feedback("nested tally","voting",1,list(vote_title_text,"[j]\th",choices[myvote[j]]))
|
||||||
if(obfuscated) //CIT CHANGE - adds obfuscated votes. this messages admins with the vote's true results
|
if(obfuscated) //CIT CHANGE - adds obfuscated votes. this messages admins with the vote's true results
|
||||||
var/admintext = "Obfuscated results"
|
var/admintext = "Obfuscated results"
|
||||||
if(vote_system == RANKED_CHOICE_VOTING)
|
if(vote_system == RANKED_CHOICE_VOTING)
|
||||||
|
|||||||
Reference in New Issue
Block a user