diff --git a/modular_zubbers/code/modules/clothing/head/helmet.dm b/modular_zubbers/code/modules/clothing/head/helmet.dm index dc19035530c..dad6754c3bb 100644 --- a/modular_zubbers/code/modules/clothing/head/helmet.dm +++ b/modular_zubbers/code/modules/clothing/head/helmet.dm @@ -682,9 +682,14 @@ max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT resistance_flags = FIRE_PROOF + flash_protect = FLASH_PROTECTION_WELDER flags_inv = HIDEFACE | HIDEFACIALHAIR | HIDEHAIR | HIDEMASK | HIDEEYES | HIDEEARS custom_materials = list(/datum/material/metalhydrogen = SHEET_MATERIAL_AMOUNT * 3) +/obj/item/clothing/head/helmet/elder_atmosian/Initialize(mapload) + . = ..() + AddElement(/datum/element/radiation_protected_clothing) + /datum/armor/helmet_elder_atmosian melee = 40 bullet = 30 diff --git a/modular_zubbers/code/modules/clothing/suits/armor.dm b/modular_zubbers/code/modules/clothing/suits/armor.dm index ac3d82403bd..2e64e14e2bf 100644 --- a/modular_zubbers/code/modules/clothing/suits/armor.dm +++ b/modular_zubbers/code/modules/clothing/suits/armor.dm @@ -99,6 +99,7 @@ allowed += list( /obj/item/fireaxe/metal_h2_axe, ) + AddElement(/datum/element/radiation_protected_clothing) /datum/armor/armor_elder_atmosian melee = 40