From c252216fe44d94f67aee5fc01bf444636e094f7f Mon Sep 17 00:00:00 2001 From: Frenjo <2939692+Frenjo@users.noreply.github.com> Date: Mon, 14 Aug 2023 05:29:22 +0100 Subject: [PATCH] Renames/re-paths HoP hat, adjusts locker contents Re-paths the head of personnel's cap from /obj/item/clothing/head/caphat/hop to /obj/item/clothing/head/hop. Lowers the amount of spare ID boxes in the head of personnel's locker from 2 to 1, since the additional is just mostly clutter. Renames the "crew resource's hat" to the "head of personnel's cap" for consistency with the rest of the HoP equipment. --- .../crates_lockers/closets/secure/security.dm | 10 ++++++---- code/modules/clothing/head/jobs.dm | 7 ++++--- 2 files changed, 10 insertions(+), 7 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 d94971573f..37a6dd0f32 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -28,10 +28,11 @@ /obj/item/cartridge/hop, /obj/item/radio/headset/heads/hop, /obj/item/radio/headset/heads/hop/alt, - /obj/item/storage/box/ids = 2, + /obj/item/storage/box/ids, /obj/item/gun/energy/gun, /obj/item/gun/projectile/sec/flash, - /obj/item/flash) + /obj/item/flash + ) /obj/structure/closet/secure_closet/hop2 name = "head of personnel's attire" @@ -54,11 +55,12 @@ /obj/item/clothing/shoes/laceup/brown, /obj/item/clothing/shoes/white, /obj/item/clothing/under/rank/head_of_personnel_whimsy, - /obj/item/clothing/head/caphat/hop, + /obj/item/clothing/head/hop, /obj/item/clothing/under/gimmick/rank/head_of_personnel/suit, /obj/item/clothing/under/gimmick/rank/head_of_personnel/suit/skirt, /obj/item/clothing/suit/storage/hooded/wintercoat/hop, - /obj/item/clothing/glasses/sunglasses) + /obj/item/clothing/glasses/sunglasses + ) /obj/structure/closet/secure_closet/hos diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index ec8dcaa308..b6a578a1e4 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -32,10 +32,11 @@ icon_state = "officercap" //HOP -/obj/item/clothing/head/caphat/hop - name = "crew resource's hat" - desc = "A stylish hat that both protects you from enraged former-crewmembers and gives you a false sense of authority." +/obj/item/clothing/head/hop + name = "head of personnel's cap" + desc = "A stylish cap that both protects you from enraged former-crewmembers and gives you a false sense of authority." icon_state = "hopcap" + body_parts_covered = 0 //Chaplain /obj/item/clothing/head/chaplain_hood