Skip to content

Commit

Permalink
Makes you turn into NPC hugger instead
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Jun 25, 2024
1 parent 79cb9c3 commit 707ec0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 707ec0e

Please sign in to comment.