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 7d001d7755e..e8c5499bff2 100755 --- a/code/game/objects/structures/crates_lockers/closets/secure/security.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/security.dm @@ -86,7 +86,9 @@ new /obj/item/clothing/suit/toggle/armor/hos/hos_formal(src) new /obj/item/cartridge/hos(src) new /obj/item/radio/headset/heads/hos(src) + new /obj/item/clothing/suit/armor/hos/parade/female(src) // SKYRAT EDIT CHANGE - ORIGINAL: new /obj/item/clothing/under/rank/security/head_of_security/parade/female(src) new /obj/item/clothing/under/rank/security/head_of_security/parade(src) + new /obj/item/clothing/suit/armor/hos/parade(src) // SKYRAT EDIT ADDITION new /obj/item/clothing/suit/armor/vest/leather(src) new /obj/item/clothing/suit/armor/hos(src) new /obj/item/clothing/under/rank/security/head_of_security/skirt(src) diff --git a/modular_skyrat/modules/customization/modules/clothing/suits/armor.dm b/modular_skyrat/modules/customization/modules/clothing/suits/armor.dm index 91c5935ade3..34a72fef765 100644 --- a/modular_skyrat/modules/customization/modules/clothing/suits/armor.dm +++ b/modular_skyrat/modules/customization/modules/clothing/suits/armor.dm @@ -32,6 +32,13 @@ mutant_variants = NONE body_parts_covered = CHEST|ARMS|LEGS +/obj/item/clothing/suit/armor/hos/parade/female + name = "head of security's female parade jacket" + desc = "A luxurious jacket for the head of security, woven in a deep red. This one comes with white trousers. On the lapel is a small pin in the shape of a deer's head." + icon = 'modular_skyrat/master_files/icons/obj/clothing/suits.dmi' + worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/suit.dmi' + icon_state = "hos_parade_fem" + inhand_icon_state = "hos_parade_fem" // WARDEN diff --git a/modular_skyrat/modules/customization/modules/clothing/under/security.dm b/modular_skyrat/modules/customization/modules/clothing/under/security.dm index 9ebc312690e..d1a8b4517bb 100644 --- a/modular_skyrat/modules/customization/modules/clothing/under/security.dm +++ b/modular_skyrat/modules/customization/modules/clothing/under/security.dm @@ -11,6 +11,17 @@ inhand_icon_state = "hos_parade_male" can_adjust = FALSE +/obj/item/clothing/suit/armor/hos/parade + name = "head of security's parade jacket" + desc = "A luxurious deep red jacket for the head of security, woven with a golden trim. It smells of gunpowder and authority." + icon = 'modular_skyrat/master_files/icons/obj/clothing/suits.dmi' + worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/suit.dmi' + icon_state = "hos_parade" + inhand_icon_state = "hos_parade" + body_parts_covered = CHEST|GROIN|ARMS + cold_protection = CHEST|GROIN|ARMS + heat_protection = CHEST|GROIN|ARMS + /obj/item/clothing/under/rank/security/head_of_security/peacekeeper/sol name = "sol chief of police uniform" desc = "A white satin shirt with a leather belt, the belt buckle is a large NT."