Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeagleGaming1 <[email protected]>
  • Loading branch information
fira and BeagleGaming1 authored Dec 6, 2023
1 parent c6149c4 commit 7439c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Warrior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
living_mob.drop_held_items()
living_mob.apply_effect(get_xeno_stun_duration(living_mob, 2), WEAKEN)
if(living_mob.pulledby != src)
return // Garb was broken, probably as Stun sideeffect (eg. target getting knocked away from a manned M56D)
return // Grab was broken, probably as Stun side effect (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 7439c57

Please sign in to comment.