[MIRROR] Hulks cannot be aggressive grabbed by strong grabbers anymore [MDB IGNORE] (#22687)

* Hulks cannot be aggressive grabbed by strong grabbers anymore (#76591)

Hulks cannot be aggressive grabbed by strong grabbers anymore

* Hulks cannot be aggressive grabbed by strong grabbers anymore

---------

Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-07-26 03:49:34 -04:00
committed by GitHub
co-authored by carlarctg
parent e829b80185
commit 87f6aeabb9
+1 -1
View File
@@ -389,7 +389,7 @@
if(iscarbon(L))
var/mob/living/carbon/C = L
if(HAS_TRAIT(src, TRAIT_STRONG_GRABBER))
C.grippedby(src)
C.grabbedby(src)
update_pull_movespeed()