fixes
This commit is contained in:
@@ -484,7 +484,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
SSvote.initiate_vote("dynamic","server",hideresults=FALSE,votesystem=RANKED_CHOICE_VOTING,forced=TRUE)
|
||||
else
|
||||
SSvote.initiate_vote("roundtype","server",hideresults=TRUE,votesystem=PLURALITY_VOTING,forced=TRUE)
|
||||
SSvote.end_time = SSticker.start_at - 10
|
||||
SSvote.end_time = SSticker.start_at - 100
|
||||
to_chat(world, "\n<font color='purple'><b>Voting time has been extended to [DisplayTimeText(SSvote.end_time-world.time)].</font>")
|
||||
|
||||
/datum/controller/subsystem/ticker/Recover()
|
||||
|
||||
@@ -48,6 +48,7 @@ SUBSYSTEM_DEF(vote)
|
||||
mode = null
|
||||
question = null
|
||||
choices.Cut()
|
||||
choice_descs.Cut()
|
||||
voted.Cut()
|
||||
voting.Cut()
|
||||
obfuscated = FALSE //CIT CHANGE - obfuscated votes
|
||||
|
||||
Reference in New Issue
Block a user