Skip to content

Commit

Permalink
Update Facehugger.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopekz committed Jul 25, 2023
1 parent 29eca54 commit e705960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

/mob/living/carbon/xenomorph/facehugger/Life(delta_time)
if(stat != DEAD && !lying && !(mutation_type == FACEHUGGER_WATCHER) && !(locate(/obj/effect/alien/weeds) in get_turf(src)))
// Become a npc once again
// Become a npc once again
new /obj/item/clothing/mask/facehugger(loc, hivenumber)
qdel(src)
return
Expand Down

0 comments on commit e705960

Please sign in to comment.