removes uses of << sound, replaces with send_sound (#21774)

* removes uses of << sound, replaces with send_sound

* readds sound wrappers
This commit is contained in:
GDN
2023-07-27 15:57:04 +01:00
committed by GitHub
parent aab87dff3c
commit 067ce5670e
11 changed files with 19 additions and 19 deletions
@@ -51,7 +51,7 @@
if(!L.stat)
L.do_alert_animation(L)
egged = 1
alerted << sound('sound/machines/chime.ogg')
SEND_SOUND(alerted, sound('sound/machines/chime.ogg'))
return ..()
/mob/living/proc/do_alert_animation(atom/A)