while we're at it let's make it work for all of 'em
This commit is contained in:
@@ -329,11 +329,10 @@ SUBSYSTEM_DEF(vote)
|
||||
for(var/T in config.storyteller_cache)
|
||||
var/datum/dynamic_storyteller/S = T
|
||||
var/recent_rounds = 0
|
||||
if(initial(S.flags) & EXTREME_ROUND)
|
||||
for(var/i in 1 to 3)
|
||||
if(SSpersistence.saved_storytellers[i] == initial(S.name))
|
||||
recent_rounds++
|
||||
if(recent_rounds<2)
|
||||
for(var/i in 1 to 3)
|
||||
if(SSpersistence.saved_storytellers[i] == initial(S.name))
|
||||
recent_rounds++
|
||||
if(recent_rounds<initial(S.weight))
|
||||
choices.Add(initial(S.name))
|
||||
choice_descs.Add(initial(S.desc))
|
||||
choices.Add("Secret")
|
||||
|
||||
Reference in New Issue
Block a user