diff --git a/code/datums/components/defibrillator.dm b/code/datums/components/defibrillator.dm index b2b244e98ac..ba1623d7ca8 100644 --- a/code/datums/components/defibrillator.dm +++ b/code/datums/components/defibrillator.dm @@ -172,7 +172,6 @@ if(ghost?.can_reenter_corpse) to_chat(ghost, "Your heart is being defibrillated. Return to your body if you want to be revived! (Verbs -> Ghost -> Re-enter corpse)") window_flash(ghost.client) - notify_ghosts() 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