Fix stuff

This commit is contained in:
Yoshax
2016-06-20 00:18:34 +01:00
parent 8a2135c917
commit cf76d6dac4

View File

@@ -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