Skip to content

Commit

Permalink
lunge
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 30, 2023
1 parent 3efb737 commit b9d4a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@

if(should_neckgrab && living_mob.mob_size < MOB_SIZE_BIG)
living_mob.drop_held_items()
living_mob.apply_effect(get_xeno_stun_duration(living_mob, 2), WEAKEN)
var/duration = get_xeno_stun_duration(living_mob, 2)
living_mob.Stun(duration)
living_mob.pulledby = src
visible_message(SPAN_XENOWARNING("[src] grabs [living_mob] by the throat!"), \
SPAN_XENOWARNING("You grab [living_mob] by the throat!"))
Expand Down

0 comments on commit b9d4a83

Please sign in to comment.