Merge pull request #3366 from LorenLuke/Self-Handcuffs

Can now apply handcuffs to oneself.
This commit is contained in:
Neerti
2017-04-25 23:43:06 -04:00
committed by GitHub
2 changed files with 38 additions and 0 deletions
@@ -41,6 +41,8 @@
user << "<span class='danger'>You need to have a firm grip on [C] before you can put \the [src] on!</span>"
/obj/item/weapon/handcuffs/proc/can_place(var/mob/target, var/mob/user)
if(user == target)
return 1
if(istype(user, /mob/living/silicon/robot))
if(user.Adjacent(target))
return 1