Commit for Patch 53, bugfixin'. Please, as ever, read and check.

Final commit for today.
This commit is contained in:
Hawk-v3
2012-02-28 23:14:18 +00:00
parent e3382d81ac
commit b5a840448b
2 changed files with 42 additions and 39 deletions
+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) return
if(!usr:handcuffed || usr.moved_recently || usr:buckled) 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."