Skip to content

Commit

Permalink
fix warrior hell pull
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Dec 6, 2023
1 parent 35f3406 commit c6149c4
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 @@ -96,7 +96,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)
living_mob.pulledby = src
if(living_mob.pulledby != src)
return // Garb was broken, probably as Stun sideeffect (eg. target getting knocked away from a manned M56D)
visible_message(SPAN_XENOWARNING("[src] grabs [living_mob] by the throat!"), \
SPAN_XENOWARNING("You grab [living_mob] by the throat!"))
lunging = TRUE
Expand Down

0 comments on commit c6149c4

Please sign in to comment.