Skip to content

Commit

Permalink
Grabbing a xeno no longer floors you for several seconds (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora authored Feb 1, 2025
1 parent 7bc2b71 commit 0c5524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
var/mob/living/carbon/human/H = puller
if(H.ally_of_hivenumber(hivenumber))
return TRUE
puller.apply_effect(rand(caste.tacklestrength_min,caste.tacklestrength_max), WEAKEN)
puller.apply_effect(rand(caste.tacklestrength_min,caste.tacklestrength_max), STUTTER)
playsound(puller.loc, 'sound/weapons/pierce.ogg', 25, 1)
puller.visible_message(SPAN_WARNING("[puller] tried to pull [src] but instead gets a tail swipe to the head!"))
return FALSE
Expand Down

0 comments on commit 0c5524a

Please sign in to comment.