holy shit

This commit is contained in:
Putnam
2019-11-13 03:49:22 -08:00
parent bbcf91f88c
commit 0c3a7d4015
+2 -2
View File
@@ -566,9 +566,9 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
if(!rule.repeatable)
if(rule.ruletype == "Latejoin")
latejoin_rules = remove_from_list(latejoin_rules, rule.type)
else if(rule.type == "Midround")
else if(rule.ruletype == "Midround")
midround_rules = remove_from_list(midround_rules, rule.type)
else if(rule.type == "Event")
else if(rule.ruletype == "Event")
events = remove_from_list(events,rule.type)
addtimer(CALLBACK(src, /datum/game_mode/dynamic/.proc/execute_midround_latejoin_rule, rule), rule.delay)
return TRUE