diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b2f9cb93d5f..98c658c9856 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -556,6 +556,7 @@ /obj/item/clothing/mask/gas/sechailer/fluff/spartan //LP Spartan: Kaskreyarawkta name = "minimal gasmask" desc = "Designed to cover as little of face as possible while still being a functional gasmask." + icon = 'icons/obj/custom_items.dmi' icon_state = "spartan_mask" item_state = "spartan_mask" species_restricted = list("Vox")