mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix stuff
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
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))
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user