From 10df6b94030e7e6d457fc886779e6c494a667776 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Thu, 30 Jul 2015 00:57:31 -0400 Subject: [PATCH] Fixes #10363 --- code/modules/clothing/masks/gasmask.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 9552a0f17d5..f3eb8a81831 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -46,6 +46,8 @@ /obj/item/clothing/mask/gas/swat/vox name = "\improper alien mask" desc = "Clearly not designed for a human face." + body_parts_covered = 0 //Hack to allow vox to eat while wearing this mask. + species_restricted = list("Vox") /obj/item/clothing/mask/gas/syndicate name = "tactical mask"