From 83a009cd1d6a14bc8a119d13ea19220f2167525f Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 24 Feb 2017 03:07:47 +0100 Subject: [PATCH] Fixes the bad thing, and adds item_state. --- code/modules/customitems/item_defines.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index be6cd35af48..b2f9cb93d5f 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -555,9 +555,10 @@ /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. + desc = "Designed to cover as little of face as possible while still being a functional gasmask." icon_state = "spartan_mask" - + item_state = "spartan_mask" + species_restricted = list("Vox") //////////// Shoes ////////////