From a3bb636bc1d93c157ed1d3b00c8afe26f1a87a99 Mon Sep 17 00:00:00 2001 From: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:52:53 -0500 Subject: [PATCH] Carp mask can be used for internals again (#95692) --- 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 3ac769c5d1c..ef976a67c58 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -449,7 +449,7 @@ GLOBAL_LIST_INIT(clown_mask_options, list( icon_state = "carp_mask" inhand_icon_state = null flags_cover = MASKCOVERSEYES - clothing_flags = CARP_STYLE_FACTOR + clothing_flags = MASKINTERNALS | CARP_STYLE_FACTOR fishing_modifier = -4 /obj/item/clothing/mask/gas/tiki_mask