From 707ec0e61cf47a1e29db986b948847cae12d4d71 Mon Sep 17 00:00:00 2001 From: private-tristan Date: Mon, 24 Jun 2024 23:36:37 -0400 Subject: [PATCH] Makes you turn into NPC hugger instead --- code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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