diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 8e3fdefbb65..fd4122c56ec 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -251,6 +251,15 @@ icon_state = "plasmaman_RD_helmet0" base_state = "plasmaman_RD_helmet" +//MAGISTRATE +/obj/item/clothing/suit/space/eva/plasmaman/magistrate + name = "plasmaman magistrate suit" + icon_state = "plasmaman_HoS" + +/obj/item/clothing/head/helmet/space/eva/plasmaman/magistrate + name = "plasmaman magistrate helmet" + icon_state = "plasmaman_HoS_helmet0" + base_state = "plasmaman_HoS_helmet" //SECURITY diff --git a/code/modules/mob/living/carbon/human/species/plasmaman.dm b/code/modules/mob/living/carbon/human/species/plasmaman.dm index 42d11702ab6..d85da69017b 100644 --- a/code/modules/mob/living/carbon/human/species/plasmaman.dm +++ b/code/modules/mob/living/carbon/human/species/plasmaman.dm @@ -66,8 +66,8 @@ helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/ H.equip_or_collect(new /obj/item/weapon/gun/energy/advtaser(H), slot_in_backpack) if("Magistrate") - suit=/obj/item/clothing/suit/space/eva/plasmaman/security/hos - helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/hos + suit=/obj/item/clothing/suit/space/eva/plasmaman/magistrate + helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/magistrate if("Head of Security") suit=/obj/item/clothing/suit/space/eva/plasmaman/security/hos helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/hos