From d49b6d0779c531577be60bf87e72e0bc541b2d32 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 5 Aug 2022 22:22:29 +0100 Subject: [PATCH] ae --- code/datums/components/dullahan.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/components/dullahan.dm b/code/datums/components/dullahan.dm index c340b1ed0a..ce6c1e7eb7 100644 --- a/code/datums/components/dullahan.dm +++ b/code/datums/components/dullahan.dm @@ -82,8 +82,7 @@ /obj/item/dullahan_head/Destroy() B.Remove() B.forceMove(get_turf(src)) - var/mob/living/human/H = parent - H.gib() + owner.gib() . = ..() // allow the 'fake' head to relay speech back to the mob