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