mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user