mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fix stuff
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
if(!L.canmove && L.grabbed_by.len)
|
||||
L.resist() //shortcut for resisting grabs
|
||||
|
||||
//if we are grabbing someone
|
||||
for(var/obj/item/weapon/grab/G in list(mob.l_hand, mob.r_hand))
|
||||
G.reset_kill_state() //no wandering across the station/asteroid while choking someone
|
||||
//if we are grabbing someone
|
||||
for(var/obj/item/weapon/grab/G in list(L.l_hand, L.r_hand))
|
||||
G.reset_kill_state() //no wandering across the station/asteroid while choking someone
|
||||
|
||||
/obj/item/weapon/grab
|
||||
name = "grab"
|
||||
|
||||
Reference in New Issue
Block a user