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