Should fix borg handcuffs

This commit is contained in:
Anewbe
2017-04-11 13:12:17 -05:00
parent 43f6f48abb
commit fc8c32ea92

View File

@@ -42,7 +42,8 @@
/obj/item/weapon/handcuffs/proc/can_place(var/mob/target, var/mob/user)
if(istype(user, /mob/living/silicon/robot))
return 1
if(user.Adjacent(target))
return 1
else
for(var/obj/item/weapon/grab/G in target.grabbed_by)
if(G.loc == user && G.state >= GRAB_AGGRESSIVE)