diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index 0eaf01915da3..fdd5c7d10d27 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -253,7 +253,8 @@ /mob/living/carbon/xenomorph/facehugger/ghostize(can_reenter_corpse = FALSE, aghosted = FALSE) . = ..() if(. && !aghosted) - gib() + new /obj/item/clothing/mask/facehugger(loc, hivenumber) + qdel(src) /mob/living/carbon/xenomorph/facehugger/handle_ghost_message() return