diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index fe08cbd63e..6792d09012 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -78,10 +78,13 @@ speech_args[SPEECH_MESSAGE] = trim(message) /obj/item/clothing/mask/joy - name = "joy mask" - desc = "Express your happiness or hide your sorrows with this laughing face with crying tears of joy cutout." + name = "Emotional Mask" + desc = "Express your happiness or hide your sorrows with this modular cutout." icon_state = "joy" mutantrace_variation = STYLE_MUZZLE + unique_reskin = list("Joy" = "joy", + "Flushed" = "flushed" + ) /obj/item/clothing/mask/pig name = "pig mask" diff --git a/icons/mob/clothing/mask.dmi b/icons/mob/clothing/mask.dmi index b1a2873c55..55b502797d 100644 Binary files a/icons/mob/clothing/mask.dmi and b/icons/mob/clothing/mask.dmi differ diff --git a/icons/mob/clothing/mask_muzzled.dmi b/icons/mob/clothing/mask_muzzled.dmi index 8ca05969bf..7096d474a2 100644 Binary files a/icons/mob/clothing/mask_muzzled.dmi and b/icons/mob/clothing/mask_muzzled.dmi differ diff --git a/icons/obj/clothing/masks.dmi b/icons/obj/clothing/masks.dmi index acd64bb424..43d9b046a0 100644 Binary files a/icons/obj/clothing/masks.dmi and b/icons/obj/clothing/masks.dmi differ