diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 26fa36c33c..e52c86d368 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -379,6 +379,12 @@ icon = 'custom_items.dmi' icon_state = "enos_adlai_1" +/obj/item/clothing/head/fluff/edvin_telephosphor_1 //foolamancer: Edvin Telephosphor + name = "Edvin's Hat" + desc = "A hat specially tailored for Skrellian anatomy. It has a yellow badge on the front, with a large red 'T' inscribed on it." + icon = 'custom_items.dmi' + icon_state = "edvin_telephosphor_1" + //////////// Suits //////////// /obj/item/clothing/suit/labcoat/fluff/pink //spaceman96: Trenna Seber diff --git a/config/custom_items.txt b/config/custom_items.txt index ae8a0f965f..24f9bb6e17 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -16,6 +16,7 @@ executivekill: Hunter Duke: /obj/item/weapon/lighter/zippo/fluff/executivekill_1 fastler: Fastler Greay: /obj/item/weapon/card/id/fluff/lifetime fniff: Sarah Calvera: /obj/item/fluff/sarah_calvera_1 fniff: Angleo Wilkerson: /obj/item/fluff/angelo_wilkerson_1 +foolamancer: Edvin Telephosphor: /obj/item/clothing/head/fluff/edvin_telephosphor_1 gvazdas: Sarah Carbrokes: /obj/item/fluff/sarah_carbrokes_1 jamini: Edwin Atweeke: /obj/item/clothing/suit/labcoat/fluff/burnt leonheart11: Johann Erzatz: /obj/item/weapon/reagent_containers/food/drinks/flask/fluff/johann_erzatz_1 diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index d82c244dc4..925f541131 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 8f87e99e1b..c7ad27e9e7 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ