Voting fix

This commit is contained in:
keronshb
2021-09-25 12:59:18 -04:00
parent a6bfff92cc
commit fb5653e12c
2 changed files with 11 additions and 14 deletions
+1 -4
View File
@@ -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