From a545590f68b5a96c68549a042ed67d5fc3553af8 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 15 May 2014 02:09:39 -0400 Subject: [PATCH] Fix armalis breathmask --- 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 1d23e2f052a..2c80936e91c 100644 --- a/code/modules/clothing/masks/breath.dm +++ b/code/modules/clothing/masks/breath.dm @@ -8,7 +8,7 @@ gas_transfer_coefficient = 0.10 permeability_coefficient = 0.50 var/hanging = 0 - species_fit = list("Vox") + species_fit = list("Vox", "Vox Armalis") verb/toggle() set category = "Object"