From 196aeecdbb3c433aeaee2c8f256286029ed9e662 Mon Sep 17 00:00:00 2001 From: killer653 Date: Tue, 12 Sep 2017 20:50:34 -0400 Subject: [PATCH] Comments --- code/modules/mob/living/carbon/resist.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/resist.dm b/code/modules/mob/living/carbon/resist.dm index c82c39732b..1b00bb2a8e 100644 --- a/code/modules/mob/living/carbon/resist.dm +++ b/code/modules/mob/living/carbon/resist.dm @@ -78,10 +78,10 @@ var/obj/item/weapon/handcuffs/legcuffs/LC = legcuffed - //A default in case you are somehow handcuffed with something that isn't an obj/item/weapon/handcuffs type + //A default in case you are somehow legcuffed with something that isn't an obj/item/weapon/handcuffs/legcuffs type var/breakouttime = 1200 var/displaytime = 2 //Minutes to display in the "this will take X minutes." - //If you are handcuffed with actual handcuffs... Well what do I know, maybe someone will want to handcuff you with toilet paper in the future... + //If you are legcuffed with actual legcuffs... Well what do I know, maybe someone will want to handcuff you with toilet paper in the future... if(istype(LC)) breakouttime = LC.breakouttime displaytime = breakouttime / 600 //Minutes