Blarg, no, bad Hawk! Handcuffs aren't TG code!

This commit is contained in:
Hawk-v3
2012-02-28 23:18:21 +00:00
parent b5a840448b
commit 88e876be77
+1 -1
View File
@@ -442,7 +442,7 @@
O.show_message(text("\red <B>[] is trying to break the handcuffs!</B>", 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 <B>[] manages to break the handcuffs!</B>", usr), 1)
usr << "\green You successfully break your handcuffs."