From 6a9aeae8521c94e87fcedb97371110751d505e4a Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Thu, 6 Jul 2023 12:08:04 -0400 Subject: [PATCH] Handle Death Parent call --- code/modules/mob/living/carbon/human/species/synthetic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/synthetic.dm b/code/modules/mob/living/carbon/human/species/synthetic.dm index 43d7682ee252..e518a470993f 100644 --- a/code/modules/mob/living/carbon/human/species/synthetic.dm +++ b/code/modules/mob/living/carbon/human/species/synthetic.dm @@ -121,6 +121,7 @@ /datum/species/synthetic/colonial/working_joe/handle_death(mob/living/carbon/human/H, gibbed) if(!gibbed) //A gibbed Joe won't have a death rattle playsound(H.loc, pick_weight(list('sound/voice/joe/death_normal.ogg' = 75, 'sound/voice/joe/death_silence.ogg' = 10, 'sound/voice/joe/death_tomorrow.ogg' = 10,'sound/voice/joe/death_dream.ogg' = 5)), 25, FALSE) + . = ..() // Synth used for W-Y Deathsquads /datum/species/synthetic/colonial/combat