From 7255a8ed0d9f294dc74763c1edc9d50bc507dc15 Mon Sep 17 00:00:00 2001 From: datlo Date: Tue, 18 Dec 2018 13:16:56 +0000 Subject: [PATCH] add plasmaman syndi suit to officer --- code/modules/mob/living/carbon/human/species/plasmaman.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/plasmaman.dm b/code/modules/mob/living/carbon/human/species/plasmaman.dm index 3ac2eca49a3..be79d0a16b1 100644 --- a/code/modules/mob/living/carbon/human/species/plasmaman.dm +++ b/code/modules/mob/living/carbon/human/species/plasmaman.dm @@ -148,6 +148,9 @@ if("Mime") suit=/obj/item/clothing/suit/space/eva/plasmaman/mime helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/mime + if("Syndicate Officer") + suit=/obj/item/clothing/suit/space/eva/plasmaman/nuclear + helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/nuclear if((H.mind.special_role == SPECIAL_ROLE_WIZARD) || (H.mind.special_role == SPECIAL_ROLE_WIZARD_APPRENTICE)) H.equip_to_slot(new /obj/item/clothing/suit/space/eva/plasmaman/wizard(H), slot_wear_suit)