diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index fcd2f33a0b..525db577e0 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) . = ..() diff --git a/icons/mob/clothing/suit.dmi b/icons/mob/clothing/suit.dmi index 442e6932d6..6098b8342a 100644 Binary files a/icons/mob/clothing/suit.dmi and b/icons/mob/clothing/suit.dmi differ diff --git a/icons/mob/clothing/suit_digi.dmi b/icons/mob/clothing/suit_digi.dmi index d3b7f45d06..5c361feb5f 100644 Binary files a/icons/mob/clothing/suit_digi.dmi and b/icons/mob/clothing/suit_digi.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index dda739269d..6ddac703a0 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ