From 88e876be77aa24aca33a292764b71a5b37d02cfa Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Tue, 28 Feb 2012 23:18:21 +0000 Subject: [PATCH] Blarg, no, bad Hawk! Handcuffs aren't TG code! --- code/modules/mob/screen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/screen.dm b/code/modules/mob/screen.dm index 14e423c2bbc..edf60ec1f95 100644 --- a/code/modules/mob/screen.dm +++ b/code/modules/mob/screen.dm @@ -442,7 +442,7 @@ O.show_message(text("\red [] is trying to break the handcuffs!", usr), 1) spawn(0) if(do_after(usr, 50)) - if(!usr:handcuffed || usr.moved_recently || usr:buckled) return + if(!usr:handcuffed) return for(var/mob/O in viewers(usr)) O.show_message(text("\red [] manages to break the handcuffs!", usr), 1) usr << "\green You successfully break your handcuffs."