Made the roundstart flavor make a bit more sense.

This commit is contained in:
Putnam
2019-11-08 16:47:51 -08:00
parent b95184ce65
commit ac677be4f1
+5 -2
View File
@@ -249,8 +249,11 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
G.on_report()
. += G.get_report()
print_command_report(., "Central Command Status Summary", announce=FALSE)
priority_announce("A summary has been copied and printed to all communications consoles.", "Security level elevated.", "intercept")
if(GLOB.security_level >= SEC_LEVEL_BLUE)
print_command_report(., "Central Command Status Summary", announce=FALSE)
priority_announce("A summary has been copied and printed to all communications consoles.", "Security level elevated.", "intercept")
else
print_command_report(., "Central Command Status Summary", announce=TRUE)
// Yes, this is copy pasted from game_mode
/datum/game_mode/dynamic/check_finished(force_ending)