From b4aa87431b2154a3a4e8d88f7269cd9b95d3133d Mon Sep 17 00:00:00 2001 From: TrojanCoyote <37253439+TrojanCoyote@users.noreply.github.com> Date: Fri, 10 Jun 2022 19:17:25 -0500 Subject: [PATCH] swap things around tosses plate carrier into HoS locker, out of loadout options <3 --- .../structures/crates_lockers/closets/secure/security.dm | 1 + modular_citadel/code/modules/client/loadout/_security.dm | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/closets/secure/security.dm b/code/game/objects/structures/crates_lockers/closets/secure/security.dm index 02ee466376..b518a84fbb 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -64,6 +64,7 @@ new /obj/item/clothing/under/rank/security/officer/blueshirt/seccorp/hoscorp(src) new /obj/item/clothing/suit/armor/vest/leather(src) new /obj/item/clothing/suit/armor/hos(src) + new /obj/item/clothing/suit/armor/hos/platecarrier new /obj/item/clothing/under/rank/security/head_of_security/skirt(src) new /obj/item/clothing/under/rank/security/head_of_security/alt(src) new /obj/item/clothing/under/rank/security/head_of_security/alt/skirt(src) diff --git a/modular_citadel/code/modules/client/loadout/_security.dm b/modular_citadel/code/modules/client/loadout/_security.dm index 633c30c75e..ab316d577b 100644 --- a/modular_citadel/code/modules/client/loadout/_security.dm +++ b/modular_citadel/code/modules/client/loadout/_security.dm @@ -16,12 +16,6 @@ path = /obj/item/clothing/suit/armor/hos/navyblue restricted_roles = list("Head of Security") -/datum/gear/suit/platecarrier - name = "Plate Carrier" - subcategory = LOADOUT_SUBCATEGORY_HEAD_JOBS - path = /obj/item/clothing/suit/armor/hos/platecarrier - restricted_roles = list("Head of Security") - /datum/gear/suit/navybluejacketofficer name = "security officer's navyblue jacket" subcategory = LOADOUT_SUBCATEGORY_SUIT_JOBS