diff --git a/code/defines/obj/clothing.dm b/code/defines/obj/clothing.dm index 25437bced08..1e71da00bb3 100644 --- a/code/defines/obj/clothing.dm +++ b/code/defines/obj/clothing.dm @@ -160,6 +160,12 @@ flags = FPRINT|TABLEPASS|SUITSPACE item_state = "caphat" +/obj/item/clothing/head/wardhat + name = "Warden's hat" + icon_state = "warden" + flags = FPRINT|TABLEPASS|SUITSPACE + item_state = "warden" + /obj/item/clothing/head/centhat name = "Cent. Comm. hat" icon_state = "centcom"