diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index cc150edb7e9..babef9b2e80 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -44,6 +44,17 @@ armor = list(melee = 10, bullet = 5, laser = 10,energy = 5, bomb = 10, bio = 100, rad = 75) allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/t_scanner, /obj/item/weapon/rcd) +//Atmospherics +/obj/item/clothing/head/helmet/space/rig/atmos + name = "atmospherics hardsuit helmet" + desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding. This one is assigned to the Atmospherics division." + icon_state = "rig0-atmospherics" + color = "atmospherics" + +/obj/item/clothing/suit/space/rig/atmos + name = "atmospherics hardsuit" + desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding. This one is assigned to the Atmospherics division." + icon_state = "rig-atmospherics" //Chief Engineer's rig /obj/item/clothing/head/helmet/space/rig/elite diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 33d6f109862..a0397137a96 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 4afda5ee852..2f591e0b14e 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 6f23355cb50..6b7a19e8233 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 195420183b4..1708809bcaf 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ