From 40b73c5538a64b026b0624e321e04f942fbae3ff Mon Sep 17 00:00:00 2001 From: Gamerofthegame Date: Fri, 3 Oct 2014 17:24:40 -0400 Subject: [PATCH] Fixes compile error --- code/modules/clothing/suits/miscellaneous.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 9aa081122b..eaf00172d2 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -373,6 +373,6 @@ item_state = "bomber" flags = FPRINT | TABLEPASS body_parts_covered = UPPER_TORSO|ARMS - cold_protection = UPPER_TORSO|ARMS - min_cold_protection_temperature = T0C - siemens_coefficient = 0.7 \ No newline at end of file + cold_protection = UPPER_TORSO|ARMS + min_cold_protection_temperature = T0C + siemens_coefficient = 0.7 \ No newline at end of file