From e45aea4d2f35e6771936f03e75488ea886cc4bcf Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 8 Mar 2015 16:08:36 -0400 Subject: [PATCH] Added karma jobs to custom softsuits --- .../mob/living/carbon/human/plasmaman/species.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/plasmaman/species.dm b/code/modules/mob/living/carbon/human/plasmaman/species.dm index f6a14a41ee5..5a7ce64e6ec 100644 --- a/code/modules/mob/living/carbon/human/plasmaman/species.dm +++ b/code/modules/mob/living/carbon/human/plasmaman/species.dm @@ -51,19 +51,19 @@ if("Atmospheric Technician") suit=/obj/item/clothing/suit/space/eva/plasmaman/atmostech helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/atmostech - if("Warden","Detective","Security Officer") + if("Warden","Detective","Security Officer","Security Pod Pilot") suit=/obj/item/clothing/suit/space/eva/plasmaman/security/ helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/ - if("Head of Security") + if("Head of Security", "Magistrate") suit=/obj/item/clothing/suit/space/eva/plasmaman/security/hos helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/hos - if("Captain") + if("Captain", "Blueshield") suit=/obj/item/clothing/suit/space/eva/plasmaman/security/captain helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/captain - if("Head of Personnel") + if("Head of Personnel", "Nanotrasen Representative") suit=/obj/item/clothing/suit/space/eva/plasmaman/security/hop helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/hop - if("Medical Doctor") + if("Medical Doctor","Brig Physician") suit=/obj/item/clothing/suit/space/eva/plasmaman/medical helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/medical if("Paramedic") @@ -93,7 +93,7 @@ if("Janitor") suit=/obj/item/clothing/suit/space/eva/plasmaman/janitor helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/janitor - if("Civilian") + if("Civilian", "Barber") suit=/obj/item/clothing/suit/space/eva/plasmaman/assistant helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/assistant if("Clown")