This commit is contained in:
silicons
2020-07-23 00:25:06 -07:00
parent 910290edcf
commit 3a38344a04
3 changed files with 2 additions and 10 deletions
-3
View File
@@ -324,13 +324,10 @@
/mob/living/carbon/resist_restraints()
var/obj/item/I = null
var/type = 0
if(handcuffed)
I = handcuffed
type = 1
else if(legcuffed)
I = legcuffed
type = 2
if(I)
MarkResistTime()
cuff_resist(I)