Skip to content

Commit

Permalink
Fixes ghosts being able to make huggers jump out of bags (#16480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmixo authored Aug 19, 2024
1 parent 22c35d3 commit ef03b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/facehuggers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
go_idle()

/obj/item/clothing/mask/facehugger/on_found(mob/finder)
if(stat == CONSCIOUS)
if(isliving(finder) && stat == CONSCIOUS)
finder.visible_message(span_danger("\A [src] leaps out of \the [loc]!") )
forceMove(get_turf(src))
reset_life_timer()
Expand Down

0 comments on commit ef03b5d

Please sign in to comment.