Makes printing announcments a parameter of .Announce() and changes a few announcements to use that.
Should fix #3841
This commit is contained in:
Werner
2017-12-08 23:05:52 +02:00
committed by Erki
parent 9b3028ae13
commit 94fe548cf7
5 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -19,4 +19,4 @@
/datum/event/ccia_general_notice/announce()
if(announce)
command_announcement.Announce("[reportbody]", reporttitle, new_sound = 'sound/AI/commandreport.ogg', msg_sanitized = 1);
command_announcement.Announce("[reportbody]", reporttitle, new_sound = 'sound/AI/commandreport.ogg', msg_sanitized = 1, do_newscast=1, do_print=1);