From 2dc3ef2512e2b9a69b6e268c9996eefcbace11b4 Mon Sep 17 00:00:00 2001 From: suethecake Date: Thu, 22 Jan 2015 14:47:31 -0600 Subject: [PATCH] Fixes to hat + warden jacket was forgotten. --- code/modules/clothing/head/helmet.dm | 2 +- code/modules/clothing/suits/armor.dm | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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"