From 31ab9cb461652ef9e7ca337b2cf107edaf0e9dae Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 24 Dec 2023 01:24:42 +0100 Subject: [PATCH] [MIRROR] Adds Head of Security beret and bowman to their locker [MDB IGNORE] (#25806) * Adds Head of Security beret and bowman to their locker (#80503) ## About The Pull Request adds Head of Security beret to their garmet bag and adds Head of Security bowman to their locker ## Why It's Good For The Game Other departments start with their round start drip in their lockers, Head of Security should too, for consistency! Promoted Head of Security should get their fancy beret and headset ## Changelog :cl: qol: Head of Security beret added to their garmet bag qol: Head of Security bowman added to their locker /:cl: * Adds Head of Security beret and bowman to their locker --------- Co-authored-by: Redbert <109347230+Deadgebert@users.noreply.github.com> --- code/game/objects/items/storage/garment.dm | 1 + .../objects/structures/crates_lockers/closets/secure/security.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/objects/items/storage/garment.dm b/code/game/objects/items/storage/garment.dm index e9ff2f28ce1..cafa67781a0 100644 --- a/code/game/objects/items/storage/garment.dm +++ b/code/game/objects/items/storage/garment.dm @@ -89,6 +89,7 @@ new /obj/item/clothing/suit/armor/vest/leather(src) new /obj/item/clothing/glasses/hud/security/sunglasses/eyepatch(src) new /obj/item/clothing/glasses/hud/security/sunglasses/gars/giga(src) + new /obj/item/clothing/head/hats/hos/beret(src) new /obj/item/clothing/head/hats/hos/cap(src) new /obj/item/clothing/mask/gas/sechailer/swat(src) new /obj/item/clothing/neck/cloak/hos(src) 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 6d58bce0b32..63c63c1664a 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -57,6 +57,7 @@ new /obj/item/computer_disk/command/hos(src) new /obj/item/radio/headset/heads/hos(src) + new /obj/item/radio/headset/heads/hos/alt(src) new /obj/item/storage/bag/garment/hos(src) new /obj/item/storage/lockbox/medal/sec(src) new /obj/item/megaphone/sec(src)