From 2d6acf1ece831e90602c96e476d55c63927957fd Mon Sep 17 00:00:00 2001 From: Addust Date: Wed, 20 Sep 2023 22:17:29 +0100 Subject: [PATCH] piss. shit. fuck. --- code/modules/clothing/head/helmet.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 2a21364bb3e2..05f3b3690ed8 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -606,7 +606,7 @@ /obj/item/clothing/head/helmet/stamped_steel name = "unlined stamped plasteel helmet" desc = "A helmet stamped from a plasteel sheet, based off ancient, pre-Night of Fire designs, frequently found among civilians. This one is missing its lining, and is very easy to knock off." - flags_inv = HIDEEARS + flags_inv = HIDEEARS|HIDEHAIR flags_cover = HEADCOVERSEYES armor = list("melee" = 25, "bullet" = 10, "laser" = 25, "energy" = 15, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 25, "acid" = 50) resistance_flags = FIRE_PROOF @@ -618,7 +618,7 @@ /obj/item/clothing/head/helmet/stamped_steel/lined name = "stamped plasteel helmet" desc = "A helmet stamped from a plasteel sheet, based off ancient, pre-Night of Fire designs, frequently found among civilians." - flags_inv = HIDEEARS|HIDEHAIR //the liner contains the hair + flags_inv = HIDEEARS|HIDEHAIR flags_cover = HEADCOVERSEYES armor = list("melee" = 25, "bullet" = 15, "laser" = 25, "energy" = 15, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 35, "acid" = 50) resistance_flags = FIRE_PROOF