Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 5, 2023
1 parent c89e262 commit 4a8f557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/XenoProcs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,10 @@
to_chat(src, SPAN_XENONOTICE("This is not a host."))
return

if(current_mob.stat == DEAD)
to_chat(src, SPAN_XENONOTICE("This host is dead."))
return

var/mob/living/carbon/human/host_to_nest = current_mob

var/found_grab = FALSE
Expand Down

0 comments on commit 4a8f557

Please sign in to comment.