From 3f05d06b8069e8f1fb9ea07d0f2cda4e5f68bada Mon Sep 17 00:00:00 2001 From: private-tristan Date: Tue, 25 Jun 2024 01:06:53 -0400 Subject: [PATCH] Okay I guess --- .../mob/living/carbon/xenomorph/castes/Facehugger.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index fdd5c7d10d27..9d42eb982d2e 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -250,15 +250,6 @@ /datum/behavior_delegate/facehugger_base name = "Base Facehugger Behavior Delegate" -/mob/living/carbon/xenomorph/facehugger/ghostize(can_reenter_corpse = FALSE, aghosted = FALSE) - . = ..() - if(. && !aghosted) - new /obj/item/clothing/mask/facehugger(loc, hivenumber) - qdel(src) - -/mob/living/carbon/xenomorph/facehugger/handle_ghost_message() - return - /datum/behavior_delegate/facehugger_base/on_life() if(bound_xeno.body_position == STANDING_UP && !(locate(/obj/effect/alien/weeds) in get_turf(bound_xeno))) bound_xeno.adjustBruteLoss(1)