Skip to content

Commit

Permalink
Makes larvae do the attack animation when nudging (#5858)
Browse files Browse the repository at this point in the history
# About the pull request

Makes larvae do the attack animation when nudging, as they put their
entire tiny body into the action.

Like this:

<details>
<summary>Larva attack</summary>


https://github.com/cmss13-devs/cmss13/assets/49321394/c3a2a254-d186-4fac-817a-37f4dcabf07e

</details>

# Explain why it's good for the game

When there is a roundstart Queen, larvae often rush her to greet her;
they usually spam emotes to be little rascals. This way they could spam
emotes _and_ mercilessly nudge her. Just a mechanic for a bit of RP, I
guess.

Might be funny to bump marines too when the larva is in a really messed
up situation. Maybe it scares them.

# Testing Photographs and Procedure

See above.

# Changelog

:cl:
add: Larvae now do the attack animation when nudging.
/:cl:
  • Loading branch information
Vicacrov authored Mar 2, 2024
1 parent 14c9e32 commit 2fadb1f
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 2fadb1f

Please sign in to comment.