From f09030ec6ca0784cb3c52d582550bd705c6da68d Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 14 May 2022 07:50:32 +1000 Subject: [PATCH] Fixes hairnet having no icon --- code/modules/clothing/head/jobs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 1ea6bdebfb8..29bd574d65b 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -8,6 +8,7 @@ /obj/item/clothing/head/hairnet name = "hairnet" desc = "A hairnet used to keep the hair out of the way and out of the food." + icon_state = "hairnet" sprite_sheets = list( SPECIES_TAJARAN = 'icons/inventory/head/mob_tajaran.dmi' )