From f1f545d78098aa6143c60c8a2a3a029d160d617f Mon Sep 17 00:00:00 2001 From: Ar3nn Date: Mon, 23 Jan 2017 12:44:48 -0500 Subject: [PATCH] Revert "cluwne mask now allows internals" This reverts commit 42308aa798b28691d0b4f3f96ac6bccb45f5c4b8. --- code/modules/clothing/masks/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 39806955409..f299419ed09 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -287,7 +287,7 @@ icon_override = 'icons/goonstation/mob/clothing/mask.dmi' lefthand_file = 'icons/goonstation/mob/inhands/clothing_lefthand.dmi' righthand_file = 'icons/goonstation/mob/inhands/clothing_righthand.dmi' - flags = NODROP | AIRTIGHT | MASKCOVERSMOUTH + flags = NODROP /obj/item/clothing/mask/cursedclown/equipped(mob/user, slot) ..()