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) . = ..()