Skip to content

Commit

Permalink
Makes dead xenos able to be pulled again (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ireuldiz committed Oct 26, 2023
1 parent af3db36 commit bbc6c92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/attack_alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@
SPAN_DANGER("You nudge your head against [src]."), null, 5, CHAT_TYPE_XENO_FLUFF)

/mob/living/proc/is_xeno_grabbable()
if(stat == DEAD)
return FALSE

return TRUE

/mob/living/carbon/human/is_xeno_grabbable()
Expand Down

0 comments on commit bbc6c92

Please sign in to comment.