diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 5b622357884..1354741ae56 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -43,3 +43,13 @@ name = "Extranet HUD" desc = "A heads-up display with limited connectivity to the NanoTrasen Extranet, capable of displaying information from official NanoTrasen records." icon_state = "serithi_artalis_1" + +/obj/item/clothing/head/fluff/greg_anderson_1 + name = "old hard hat" + desc = "An old dented hard hat with the nametag \"Anderson\". It seems to be backwards." + icon_state = "hardhat0_red" + flags = FPRINT | TABLEPASS | SUITSPACE + item_state = "hardhat0_red" + color = "red" + armor = list(melee = 30, bullet = 5, laser = 20,energy = 10, bomb = 20, bio = 10, rad = 20) + flags_inv = 0 \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index baec3f79324..851d52d15a2 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -7,4 +7,9 @@ erthilo: Farah Lants: /obj/item/clothing/under/rank/medical_sleeve, /obj/item/cl compactninja: Ysyr Rylias: /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen, /obj/item/weapon/reagent_containers/food/drinks/dry_ramen tzefa: Wes Solari: /obj/item/fluff/wes_solari_1 misterfox: Rashid Siraj: /obj/item/weapon/storage/bible/tajaran -chinsky: Victor Kaminski: /obj/item/fluff/victor_kaminsky_1 \ No newline at end of file +chinsky: Victor Kaminski: /obj/item/fluff/victor_kaminsky_1 +fniff: Sarah Calvera: /obj/item/fluff/sarah_calvera_1 +fniff: Angleo Wilkerson: /obj/item/fluff/angelo_wilkerson_1 +gvazdas: Sarah Carbrokes: /obj/item/fluff/sarah_carbrokes_1 +serithi: Serithi Artalis: /obj/item/clothing/glasses/fluff/serithi_artalis_1 +deusdactyl: Greg Anderson: /obj/item/clothing/head/fluff/greg_anderson_1 \ No newline at end of file