From 296b08c6660a001a3852b7491c48d610cd3ae188 Mon Sep 17 00:00:00 2001 From: Archie Date: Thu, 21 Jan 2021 03:33:32 -0300 Subject: [PATCH] nein --- code/modules/clothing/head/collectable.dm | 2 +- code/modules/clothing/head/helmet.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()