diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index e675611390..44f3fe98f1 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -79,6 +79,12 @@ icon_state = "sexymime" item_state_slots = list(slot_r_hand_str = "mime", slot_l_hand_str = "mime") +/obj/item/clothing/mask/gas/guy + name = "guy fawkes mask" + desc = "A mask stylised to depict Guy Fawkes." + icon_state = "guyfawkes" + item_state_slots = list(slot_r_hand_str = "mime", slot_l_hand_str = "mime") + /obj/item/clothing/mask/gas/death_commando name = "Death Commando Mask" icon_state = "death_commando_mask" diff --git a/icons/mob/mask.dmi b/icons/mob/mask.dmi index bb8e6b9461..ef37b62be7 100644 Binary files a/icons/mob/mask.dmi and b/icons/mob/mask.dmi differ diff --git a/icons/obj/clothing/masks.dmi b/icons/obj/clothing/masks.dmi index 3c65628900..8ba104f595 100644 Binary files a/icons/obj/clothing/masks.dmi and b/icons/obj/clothing/masks.dmi differ