From 1ca1ccfc36ccb68bf82f42e90ffda7af3a7ac8a4 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 13 Mar 2021 21:52:23 +0100 Subject: [PATCH] unapologetic joy mask buff --- code/modules/clothing/masks/miscellaneous.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index 6e8a5777a3..baff7ad662 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -81,6 +81,8 @@ name = "Emotional Mask" desc = "Express your happiness or hide your sorrows with this modular cutout." icon_state = "joy" + clothing_flags = ALLOWINTERNALS + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 100) mutantrace_variation = STYLE_MUZZLE unique_reskin = list("Joy" = "joy", "Flushed" = "flushed",