Skip to content

Commit

Permalink
Okay I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Jun 25, 2024
1 parent 707ec0e commit 3f05d06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3f05d06

Please sign in to comment.