diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index f4aea785..84aae5bc 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -19,7 +19,7 @@ icon_state = "policehelm" flags_inv = 0 -/obj/item/clothing/head/helmet/cap +/obj/item/clothing/head/helmet/secfcap name = "officer's cap" desc = "A security officer's cap." icon_state = "officercap" diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index d0d91efb..36fbc439 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -32,6 +32,11 @@ icon_state = "warden_jacket" item_state = "armor" +/obj/item/clothing/suit/armor/vest/warden/jacket + name = "Warden's jacket" + desc = "An armoured jacket with silver rank pips and livery." + icon_state = "formal_warden" + item_state = "formal_warden" /obj/item/clothing/suit/armor/riot name = "Riot Suit"