mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Makes printing announcments a parameter of .Announce() and changes a few announcements to use that. Should fix #3841
This commit is contained in:
@@ -384,5 +384,5 @@ A list of items and costs is stored under the datum of every game mode, alongsid
|
||||
if(!message)
|
||||
return
|
||||
|
||||
command_announcement.Announce("[message]", title, new_sound = 'sound/AI/commandreport.ogg', msg_sanitized = 1);
|
||||
command_announcement.Announce("[message]", title, new_sound = 'sound/AI/commandreport.ogg', msg_sanitized = 1, do_newscast=1, do_print=1);
|
||||
qdel(src)
|
||||
Reference in New Issue
Block a user