From e961d51472b0d4d7421d48e39a0ea4609e4fddb0 Mon Sep 17 00:00:00 2001 From: pinatacolada Date: Wed, 27 Apr 2016 01:39:29 +0100 Subject: [PATCH] removes judge dred --- code/modules/clothing/spacesuits/plasmamen.dm | 9 +++++++++ .../modules/mob/living/carbon/human/species/plasmaman.dm | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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