diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index e12a8fb1e5..d2553c4d7c 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -58,7 +58,6 @@ var/limb_integrity = 0 // How many zones (body parts, not precise) we have disabled so far, for naming purposes var/zones_disabled - . /obj/item/clothing/Initialize() . = ..()