From a78886ea4430c4aafcfcd99654ebc5eadd14bab0 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 15 May 2014 20:09:42 -0400 Subject: [PATCH] Vox medical mask --- code/modules/clothing/masks/breath.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/breath.dm b/code/modules/clothing/masks/breath.dm index 2c80936e91c..0a6bb64395d 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -37,4 +37,4 @@ icon_state = "medical" item_state = "medical" permeability_coefficient = 0.01 - species_fit = list() \ No newline at end of file + species_fit = list("Vox") \ No newline at end of file