From ef7be38ed4b61ac612a0949e6c5e35ee7f339a34 Mon Sep 17 00:00:00 2001 From: nachomeep Date: Sun, 26 Feb 2017 09:17:03 -0500 Subject: [PATCH] Fixes hoods. CLIPPING ERROR DETECTED --- code/modules/clothing/suits/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 5927015bad..46f60382dc 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -688,7 +688,7 @@ icon_state = "generic_hood" body_parts_covered = HEAD cold_protection = HEAD - flags_inv = HIDEEARS | BLOCKHEADHAIR + flags_inv = HIDEEARS | BLOCKHAIR min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE /obj/item/clothing/suit/storage/hooded/wintercoat/captain