diff --git a/code/modules/clothing/head/collectable.dm b/code/modules/clothing/head/collectable.dm index 8ca55eed..1f42b57b 100644 --- a/code/modules/clothing/head/collectable.dm +++ b/code/modules/clothing/head/collectable.dm @@ -143,8 +143,8 @@ desc = "Go Red! I mean Green! I mean Red! No Green!" icon_state = "thunderdome" item_state = "thunderdome" - flags_inv = HIDEHAIR resistance_flags = NONE + flags_inv = HIDEHAIR /obj/item/clothing/head/collectable/swat name = "collectable SWAT helmet" diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 4d6bf0c4..e7958d39 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -10,9 +10,9 @@ heat_protection = HEAD max_heat_protection_temperature = HELMET_MAX_TEMP_PROTECT strip_delay = 60 + resistance_flags = NONE flags_cover = HEADCOVERSEYES flags_inv = HIDEHAIR - resistance_flags = NONE dog_fashion = /datum/dog_fashion/head/helmet /obj/item/clothing/head/helmet/ComponentInitialize()