diff --git a/code/modules/mob/living/carbon/resist.dm b/code/modules/mob/living/carbon/resist.dm index 95ee36b1f6b..5620a701a07 100644 --- a/code/modules/mob/living/carbon/resist.dm +++ b/code/modules/mob/living/carbon/resist.dm @@ -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