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