Skip to content

Commit

Permalink
the smart way
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jun 28, 2023
1 parent dee2162 commit 58f45b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/attack_alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
SPAN_DANGER("You nudge your head against [src]."), null, 5, CHAT_TYPE_XENO_FLUFF)

/mob/living/proc/is_xeno_grabbable()
if(stat == DEAD && !istype(src, /mob/living/carbon/xenomorph/larva))
if(stat == DEAD)
return FALSE

return TRUE
Expand Down
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Larva.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,5 @@
/mob/living/carbon/xenomorph/larva/emote(act, m_type, message, intentional, force_silence)
playsound(loc, "alien_roar_larva", 15)

/mob/living/carbon/xenomorph/larva/is_xeno_grabbable()
return TRUE

0 comments on commit 58f45b3

Please sign in to comment.