Voting fix
This commit is contained in:
@@ -251,7 +251,7 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
|
||||
return rule.round_result()
|
||||
return ..()
|
||||
|
||||
/datum/game_mode/dynamic/proc/send_intercept_dynamic()
|
||||
/datum/game_mode/dynamic/send_intercept()
|
||||
. = "<b><i>Central Command Status Summary</i></b><hr>"
|
||||
switch(round(shown_threat))
|
||||
if(0 to 19)
|
||||
@@ -406,9 +406,6 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
|
||||
rule.candidates.Cut() // The rule should not use candidates at this point as they all are null.
|
||||
addtimer(CALLBACK(src, /datum/game_mode/dynamic/.proc/execute_roundstart_rule, rule), rule.delay)
|
||||
|
||||
if (!CONFIG_GET(flag/no_intercept_report))
|
||||
addtimer(CALLBACK(src, .proc/send_intercept_dynamic), rand(waittime_l, waittime_h))
|
||||
|
||||
..()
|
||||
|
||||
/// Initializes the internal ruleset variables
|
||||
|
||||
Reference in New Issue
Block a user