From 21aa88ca59b294e2220cffce0a96cb56d31f4021 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Thu, 26 Apr 2018 18:55:55 -0400 Subject: [PATCH] missing thing --- code/modules/mob/living/carbon/human/species/plasmaman.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/plasmaman.dm b/code/modules/mob/living/carbon/human/species/plasmaman.dm index 3c4b99eddd6..620d49254f3 100644 --- a/code/modules/mob/living/carbon/human/species/plasmaman.dm +++ b/code/modules/mob/living/carbon/human/species/plasmaman.dm @@ -149,7 +149,7 @@ suit=/obj/item/clothing/suit/space/eva/plasmaman/mime helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/mime - if(H.mind.special_role == SPECIAL_ROLE_WIZARD || !H.mind.special_role == SPECIAL_ROLE_WIZARD_APPRENTICE) + 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) H.equip_to_slot(new /obj/item/clothing/head/helmet/space/eva/plasmaman/wizard(H), slot_head) else