Skip to content

Commit

Permalink
SIGHHHHHHHHHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 30, 2023
1 parent b9d4a83 commit 2faa171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
if(should_neckgrab && living_mob.mob_size < MOB_SIZE_BIG)
living_mob.drop_held_items()
var/duration = get_xeno_stun_duration(living_mob, 2)
living_mob.KnockDown(duration)
living_mob.Stun(duration)
living_mob.pulledby = src
visible_message(SPAN_XENOWARNING("[src] grabs [living_mob] by the throat!"), \
Expand Down

0 comments on commit 2faa171

Please sign in to comment.