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
+1 -1
View File
@@ -165,7 +165,7 @@
if(ghost?.can_reenter_corpse)
to_chat(ghost, "<span class='ghostalert'>Your heart is being defibrillated. Return to your body if you want to be revived!</span> (Verbs -> Ghost -> Re-enter corpse)")
window_flash(ghost.client)
ghost << sound('sound/effects/genetics.ogg')
SEND_SOUND(ghost, sound('sound/effects/genetics.ogg'))
if(!do_after(user, 3 SECONDS * speed_multiplier, target = target)) // Beginning to place the paddles on patient's chest to allow some time for people to move away to stop the process
busy = FALSE