Sounds, New Announcer, announce uses local reverb

This commit is contained in:
QuoteFox
2021-03-23 15:50:11 +00:00
parent 43a0ce2b0a
commit f2da13b759
35 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
if(!isnewplayer(M) && M.can_hear())
to_chat(M, announcement)
if(M.client.prefs.toggles & SOUND_ANNOUNCEMENTS)
SEND_SOUND(M, s)
// SEND_SOUND(M, s)
M.playsound_local(get_turf(M), s, 70, FALSE, pressure_affected = FALSE, use_reverb = TRUE)
/proc/print_command_report(text = "", title = null, announce=TRUE)
if(!title)