Fixes a few runtimes

This commit is contained in:
SteelSlayer
2020-05-10 14:50:41 -05:00
parent b913a1301a
commit ecf699562f
4 changed files with 6 additions and 3 deletions
@@ -37,6 +37,9 @@
cuff(C, user)
/obj/item/restraints/handcuffs/proc/cuff(mob/living/carbon/C, mob/user, remove_src = TRUE)
if(!istype(C)) // Shouldn't be able to cuff anything but carbons.
return
if(ishuman(C))
var/mob/living/carbon/human/H = C
if(!(H.has_left_hand() || H.has_right_hand()))