diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index aaffcf701c..ff91b4afad 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -466,6 +466,11 @@ hi icon = 'custom_items.dmi' icon_state = "edvin_telephosphor_1" +/obj/item/clothing/head/hardhat/fluff/neil_patterson_1 //superboredguy: Neil Patterson + name = "Engineering Cap" + desc = "Much safer than a hard helmet." + icon = 'custom_items.dmi' + icon_state = "neilpatterson0_hat" //////////// Suits //////////// /obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber diff --git a/config/custom_items.txt b/config/custom_items.txt index 167fa1a1b5..bc00b5c923 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -62,6 +62,7 @@ spaceman96: Trenna Seber: /obj/item/weapon/pen/fluff/multi, /obj/item/clothing/s sparklysheep: Cado Keppel: /obj/item/weapon/fluff/cado_keppel_1 sparklysheep: Uzenwa Sissra: /obj/item/clothing/glasses/fluff/uzenwa_sissra_1 suethecake: Ana Ka'Rimah: /obj/item/weapon/gun/energy/stunrevolver/fluff/ana_peacemaker +superboredguy: Neil Patterson: /obj/item/clothing/head/hardhat/fluff/neil_patterson_1 staghorn: Mara Kilpatrick: /obj/item/clothing/mask/mara_kilpatrick_1 tastyfish: Cindy Robertson: /obj/item/weapon/wrapping_paper thatoneguy: Hugo Cinderbatch: /obj/item/weapon/fluff/hugo_cinderbacth_1 diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 8f0993e8ea..5d93bf187c 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 8956e12c4d..5c6fdce42d 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ