diff --git a/code/defines/obj/clothing/mask.dm b/code/defines/obj/clothing/mask.dm index 4afed6707df..5dba832c354 100644 --- a/code/defines/obj/clothing/mask.dm +++ b/code/defines/obj/clothing/mask.dm @@ -99,7 +99,7 @@ /obj/item/clothing/mask/gas/voice name = "gas mask" - desc = "A face-covering mask that can be connected to an air supply. It seems to house some odd electronics." + //desc = "A face-covering mask that can be connected to an air supply. It seems to house some odd electronics." icon_state = "gas_mask" var/mode = 0// 0==Scouter | 1==Night Vision | 2==Thermal | 3==Meson var/voice = "Unknown"