From 0a93603bc4a8e0c37dddb261f7aaf994d1751a0d Mon Sep 17 00:00:00 2001 From: FlattestGuitar Date: Thu, 2 Mar 2017 19:47:58 +0100 Subject: [PATCH] Fixes Spartan's gas mask fluff thing --- code/modules/customitems/item_defines.dm | 1 + 1 file changed, 1 insertion(+) 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")