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 ////////////