From 8bc96dcfdcd25dd7e29a8f12ba4a431fcd4f7fb2 Mon Sep 17 00:00:00 2001 From: A Date: Fri, 11 Jul 2014 21:12:26 +1000 Subject: [PATCH] check for legcuffs too --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index ed9ed0b2c61..a7acd1cdf83 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -472,7 +472,7 @@ C.handcuffed.loc = usr.loc C.handcuffed = null C.update_inv_handcuffed(0) - else + if(C.legcuffed) C.legcuffed.loc = usr.loc C.legcuffed = null C.update_inv_legcuffed(0)