diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 1f40da33e43..5a572514e1b 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -73,6 +73,18 @@ flags_inv = HIDEEARS siemens_coefficient = 0.7 +/obj/item/clothing/head/helmet/augment + name = "Augment Array" + desc = "A helmet with optical and cranial augments coupled to it." + icon_state = "v62" + flags = FPRINT | TABLEPASS | HEADCOVERSEYES + item_state = "v62" + armor = list(melee = 80, bullet = 60, laser = 50,energy = 25, bomb = 50, bio = 10, rad = 0) + flags_inv = HIDEEARS|HIDEEYES + cold_protection = HEAD + min_cold_protection_temperature = SPACE_HELMET_MIN_COLD_PROTECTION_TEMPERATURE + siemens_coefficient = 0.5 + //Non-hardsuit ERT helmets. /obj/item/clothing/head/helmet/ert name = "emergency response team helmet" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index e867b6f957e..155303f6bc2 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 35029fc9974..ae85b6bce26 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ