From 74eadcf9c2f259f13f0a8a241cdf2e0752ae5016 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 18 Jul 2020 22:25:42 +0100 Subject: [PATCH] removes a singular full stop --- code/modules/clothing/clothing.dm | 1 - 1 file changed, 1 deletion(-) 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() . = ..()