From 78abace16d41ba6070b82574c818c408fe3bd198 Mon Sep 17 00:00:00 2001 From: queenreduviidae Date: Thu, 3 Aug 2023 00:09:16 +0200 Subject: [PATCH] One check to rule them all Plasmaman now spawn with plasmaman helmets instead of hats --- code/modules/jobs/job_types/security_officer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/security_officer.dm b/code/modules/jobs/job_types/security_officer.dm index 8d93b6e59ec2..1a61ad405780 100644 --- a/code/modules/jobs/job_types/security_officer.dm +++ b/code/modules/jobs/job_types/security_officer.dm @@ -129,7 +129,7 @@ GLOBAL_LIST_EMPTY(security_officer_distribution) spawning.equip_to_slot_or_del(new suit(spawning),ITEM_SLOT_OCLOTHING) spawning.equip_to_slot_or_del(stored,ITEM_SLOT_SUITSTORE) if(head) - if(spawning.head) + if(spawning.head && !isplasmaman(spawning)) qdel(spawning.head) spawning.equip_to_slot_or_del(new head(spawning),ITEM_SLOT_HEAD) //monkestation edit end