diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 7e984c659e5e..2b304c631a76 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -144,6 +144,12 @@ inhand_icon_state = "blueshift_helmet" custom_premium_price = PAYCHECK_COMMAND +/obj/item/clothing/head/helmet/guardmanhelmet + name = "guardman's helmet" + desc = "Keeps your brain intact when fighting heretics" + icon = 'monkestation/icons/obj/clothing/hats.dmi' + worn_icon = 'monkestation/icons/mob/clothing/head.dmi' + icon_state = "guardman_helmet" /obj/item/clothing/head/helmet/toggleable dog_fashion = null diff --git a/code/modules/vending/security.dm b/code/modules/vending/security.dm index 477295f390c4..baf524c01ffc 100644 --- a/code/modules/vending/security.dm +++ b/code/modules/vending/security.dm @@ -35,7 +35,7 @@ /obj/item/storage/belt/holster/energy = 4, /obj/item/clothing/head/helmet/civilprotection_helmet = 1, //monkestation edit /obj/item/clothing/suit/armor/civilprotection_vest = 1, //monkestation edit - /obj/item/clothing/head/guardmanhelmet = 1, //monkestation edit: Guardman + /obj/item/clothing/head/helmet/guardmanhelmet = 1, //monkestation edit: Guardman /obj/item/clothing/under/guardmanuniform = 1, //monkestation edit: Guardman /obj/item/clothing/suit/armor/guardmanvest = 1, //monkestation edit: Guardman /obj/item/citationinator = 3 // monkestation edit: security assistants