Skip to content

Commit

Permalink
Makes larvae do animation_attack_on when nudging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicacrov committed Mar 1, 2024
1 parent b3979a5 commit 40a5333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/attack_alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
/mob/living/attack_larva(mob/living/carbon/xenomorph/larva/M)
M.visible_message(SPAN_DANGER("[M] nudges its head against [src]."), \
SPAN_DANGER("We nudge our head against [src]."), null, 5, CHAT_TYPE_XENO_FLUFF)
M.animation_attack_on(src)

/mob/living/proc/is_xeno_grabbable()
if(stat == DEAD)
Expand Down

0 comments on commit 40a5333

Please sign in to comment.