From 5173a7f7906e0d692b2dcc64ed78599498d4e4b6 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Mon, 18 Jan 2021 14:25:44 -0700 Subject: [PATCH] *SCREAM --- code/modules/clothing/masks/gasmask.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 525db577e0..fcd2f33a0b 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -12,7 +12,7 @@ resistance_flags = NONE mutantrace_variation = STYLE_MUZZLE visor_flags_inv = HIDEFACE - var/flavor_adjust = TRUE //can it do the heehoo alt click to hide/show identity + var/flavor_adjust = TRUE // can it do the heehoo alt click to hide/show identity /obj/item/clothing/mask/gas/examine(mob/user) . = ..()