From fdd66a2b104883f5e92461d0e3328a4a45a2895e Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:48:55 +0100 Subject: [PATCH] gib people after their head is destroyed --- code/datums/components/dullahan.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/components/dullahan.dm b/code/datums/components/dullahan.dm index d362af99e4..c340b1ed0a 100644 --- a/code/datums/components/dullahan.dm +++ b/code/datums/components/dullahan.dm @@ -82,6 +82,8 @@ /obj/item/dullahan_head/Destroy() B.Remove() B.forceMove(get_turf(src)) + var/mob/living/human/H = parent + H.gib() . = ..() // allow the 'fake' head to relay speech back to the mob