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