Merge pull request #10140 from Putnam3145/dynamic-not-in-secret

Makes secret's dynamic roundstart report not tell people to contact a coder
This commit is contained in:
kevinz000
2019-12-11 14:38:49 -07:00
committed by GitHub
+3
View File
@@ -236,6 +236,9 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
return rule.round_result()
return ..()
/datum/game_mode/dynamic/generate_report()
return "Mysterious signals that demonstrate strange dynamics have been detected in your sector. Watch out for oddities."
/datum/game_mode/dynamic/send_intercept()
. = "<b><i>Central Command Status Summary</i></b><hr>"
switch(round(threat_level))