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