From 8cf4c7c66ab7e3671360ba396e94f0e58cad5146 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Dec 2019 18:11:05 -0500 Subject: [PATCH] cleaned my poor quality code --- code/modules/mob/living/carbon/carbon.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 6464031a5d7..c5bf235befd 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -771,13 +771,11 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump, return(istype(src.wear_mask, /obj/item/clothing/mask/muzzle)) /mob/living/carbon/resist_buckle() - var/breakouttime = 600 - spawn(0) resist_muzzle() if(restrained()) var/obj/item/I = handcuffed - breakouttime = I.breakouttime + var/breakouttime = I.breakouttime var/displaytime = breakouttime / 600 changeNext_move(CLICK_CD_BREAKOUT) last_special = world.time + CLICK_CD_BREAKOUT