mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user