You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
var/intercepttext="<b><i>Central Command Status Summary</i></b><hr>"
607
+
intercepttext +="<b>Central Command has intercepted and partially decoded a Syndicate transmission with vital information regarding their movements. The following report outlines the most \
report_weights[false_report_type] =0//Make it so the same false report won't be selected twice
619
+
reports += config.mode_reports[false_report_type]
620
+
621
+
reports = shuffle(reports) //Randomize the order, so the real one is at a random position.
622
+
623
+
for(var/reportin reports)
624
+
intercepttext +="<hr>"
625
+
intercepttext += report
626
+
627
+
intercepttext += generate_station_goal_report()
628
+
629
+
if(CONFIG_GET(flag/auto_blue_alert))
630
+
print_command_report(intercepttext, "Central Command Status Summary", announce=FALSE)
631
+
priority_announce("A summary has been copied and printed to all communications consoles.\n\n[generate_station_trait_announcement()]", "Enemy communication intercepted. Security level elevated.", ANNOUNCER_INTERCEPT)
0 commit comments