Broad TG Sound Update (#15608)

* Broad TG Sound Update

* jester update
This commit is contained in:
Fox McCloud
2021-02-27 11:59:33 +00:00
committed by GitHub
parent d510702d4f
commit f65c8994ce
58 changed files with 251 additions and 138 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ GLOBAL_DATUM_INIT(event_announcement, /datum/announcement/priority/command/event
if(!message_sound)
return
for(var/mob/M in receivers)
M << message_sound
SEND_SOUND(M, message_sound)
/datum/announcement/proc/Log(message as text, message_title as text)
if(log)