Merge pull request #9859 from mwerezak/bucklefix

Fixes #9624
This commit is contained in:
Chinsky
2015-06-20 01:00:48 +03:00
+2 -2
View File
@@ -19,12 +19,12 @@
ExtinguishMob()
return
..()
if(handcuffed)
spawn() escape_handcuffs()
else if(legcuffed)
spawn() escape_legcuffs()
..()
/mob/living/carbon/proc/escape_handcuffs()
if(!(last_special <= world.time)) return