From 45d005f2c78ab3404edc81f4abb1f1dac2529adc Mon Sep 17 00:00:00 2001 From: datlo Date: Sat, 13 Nov 2021 13:41:44 +0100 Subject: [PATCH] Fix cursed clown/mime masks (#17087) --- code/modules/clothing/masks/gasmask.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 80a1bedadae..d467406de66 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -146,7 +146,7 @@ magical = TRUE /obj/item/clothing/mask/gas/clown_hat/nodrop - flags = NODROP + flags = BLOCK_GAS_SMOKE_EFFECT | AIRTIGHT | BLOCKHAIR | NODROP /obj/item/clothing/mask/gas/mime name = "mime mask" @@ -162,7 +162,7 @@ magical = TRUE /obj/item/clothing/mask/gas/mime/nodrop - flags = NODROP + flags = BLOCK_GAS_SMOKE_EFFECT | AIRTIGHT | NODROP /obj/item/clothing/mask/gas/monkeymask name = "monkey mask"