diff --git a/code/game/objects/closets/wardrobe.dm b/code/game/objects/closets/wardrobe.dm index 5ebfe08ed1..895c16a221 100644 --- a/code/game/objects/closets/wardrobe.dm +++ b/code/game/objects/closets/wardrobe.dm @@ -11,15 +11,15 @@ new /obj/item/clothing/under/rank/security(src) new /obj/item/clothing/under/rank/security(src) new /obj/item/clothing/under/rank/security(src) - new /obj/item/clothing/under/rank/security(src) - new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/head/soft/sec(src) new /obj/item/clothing/head/soft/sec(src) new /obj/item/clothing/head/soft/sec(src) - new /obj/item/clothing/head/soft/sec(src) + new /obj/item/clothing/head/beret/sec(src) + new /obj/item/clothing/head/beret/sec(src) + new /obj/item/clothing/head/beret/sec(src) return /obj/structure/closet/wardrobe/pink/New() diff --git a/code/modules/clothing/head/security.dm b/code/modules/clothing/head/security.dm index 7c1255be12..d3f557d9c3 100644 --- a/code/modules/clothing/head/security.dm +++ b/code/modules/clothing/head/security.dm @@ -29,3 +29,9 @@ desc = "It's baseball hat in tasteful red colour." icon_state = "secsoft" color = "sec" + +/obj/item/clothing/head/beret/sec + name = "security beret" + desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety." + icon_state = "beret_badge" + flags = FPRINT | TABLEPASS \ No newline at end of file