mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 19:39:53 +01:00
no more autovote!!!
This commit is contained in:
@@ -94,7 +94,7 @@ SUBSYSTEM_DEF(vote)
|
||||
if(choices[GLOB.master_mode] >= greatest_votes)
|
||||
greatest_votes = choices[GLOB.master_mode]
|
||||
else if(mode == "transfer") // austation sort of but not really begin -- Crew autotransfer vote
|
||||
choices["Initiate Crew Transfer"] += non_voters.len
|
||||
//GS13 no more transfer autovote, finally!
|
||||
if(choices["Initiate Crew Transfer"] >= greatest_votes)
|
||||
greatest_votes = choices["Initiate Crew Transfer"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user