mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user