Improvised Garrote nerf, tweaks to grab resisting. (#23485)

* Update garrote.dm

* augghhhhhhhhhhhhhhhhhhhhhh
This commit is contained in:
Qwertytoforty
2023-12-11 17:06:50 +00:00
committed by GitHub
parent 2415dc5d02
commit 338a9257f2
4 changed files with 9 additions and 4 deletions
+2
View File
@@ -206,6 +206,8 @@
if(mob.grabbed_by.len)
if(mob.incapacitated(FALSE, TRUE)) // Can't break out of grabs if you're incapacitated
return TRUE
if(HAS_TRAIT(mob, TRAIT_IMMOBILIZED))
return TRUE //You can't move, so you can't break it by trying to move.
var/list/grabbing = list()
if(istype(mob.l_hand, /obj/item/grab))