diff --git a/code/modules/clothing/outfits/plasmaman.dm b/code/modules/clothing/outfits/plasmaman.dm index cd076b448f0..daad81ea475 100644 --- a/code/modules/clothing/outfits/plasmaman.dm +++ b/code/modules/clothing/outfits/plasmaman.dm @@ -4,7 +4,6 @@ uniform = /obj/item/clothing/under/plasmaman gloves = /obj/item/clothing/gloves/color/plasmaman head = /obj/item/clothing/head/helmet/space/plasmaman - mask = /obj/item/clothing/mask/breath r_hand= /obj/item/tank/internals/plasmaman/belt/full internals_slot = ITEM_SLOT_HANDS @@ -44,7 +43,6 @@ uniform = /obj/item/clothing/under/plasmaman/medical gloves = /obj/item/clothing/gloves/color/plasmaman/white head = /obj/item/clothing/head/helmet/space/plasmaman/medical - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/coroner name = "Coroner Plasmaman" @@ -52,7 +50,6 @@ uniform = /obj/item/clothing/under/plasmaman/coroner gloves = /obj/item/clothing/gloves/color/plasmaman/black head = /obj/item/clothing/head/helmet/space/plasmaman/coroner - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/paramedic name = "Paramedic Plasmaman" @@ -60,7 +57,6 @@ uniform = /obj/item/clothing/under/plasmaman/paramedic gloves = /obj/item/clothing/gloves/color/plasmaman/plasmanitrile head = /obj/item/clothing/head/helmet/space/plasmaman/paramedic - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/viro name = "Virology Plasmaman" @@ -68,7 +64,6 @@ uniform = /obj/item/clothing/under/plasmaman/viro gloves = /obj/item/clothing/gloves/color/plasmaman/white head = /obj/item/clothing/head/helmet/space/plasmaman/viro - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/chemist name = "Chemist Plasmaman" @@ -76,7 +71,6 @@ uniform = /obj/item/clothing/under/plasmaman/chemist gloves = /obj/item/clothing/gloves/color/plasmaman/white head = /obj/item/clothing/head/helmet/space/plasmaman/chemist - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/science name = "Science Plasmaman" @@ -228,7 +222,6 @@ uniform = /obj/item/clothing/under/plasmaman/chief_medical_officer gloves = /obj/item/clothing/gloves/color/plasmaman/white head = /obj/item/clothing/head/helmet/space/plasmaman/chief_medical_officer - mask = /obj/item/clothing/mask/breath/medical /datum/outfit/plasmaman/research_director name = "Research Director Plasmaman" diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 64f6f8046bb..ebd4358ede1 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -44,7 +44,7 @@ desc = "A special containment helmet that allows plasma-based lifeforms to exist safely in an oxygenated environment. It is space-worthy, and may be worn in tandem with other EVA gear." icon = 'icons/obj/clothing/head/plasmaman_hats.dmi' worn_icon = 'icons/mob/clothing/head/plasmaman_head.dmi' - clothing_flags = STOPSPRESSUREDAMAGE | THICKMATERIAL | SNUG_FIT | PLASMAMAN_HELMET_EXEMPT | PLASMAMAN_PREVENT_IGNITION + clothing_flags = STOPSPRESSUREDAMAGE | THICKMATERIAL | SNUG_FIT | PLASMAMAN_HELMET_EXEMPT | PLASMAMAN_PREVENT_IGNITION | HEADINTERNALS icon_state = "plasmaman-helm" inhand_icon_state = "plasmaman-helm" strip_delay = 80