diff --git a/code/game/objects/items/cigs_lighters.dm b/code/game/objects/items/cigs_lighters.dm index 82dc62c25fc..2a6ab018352 100644 --- a/code/game/objects/items/cigs_lighters.dm +++ b/code/game/objects/items/cigs_lighters.dm @@ -859,6 +859,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM name = "\improper E-Cigarette" desc = "A classy and highly sophisticated electronic cigarette, for classy and dignified gentlemen. A warning label reads \"Warning: Do not fill with flammable materials.\""//<<< i'd vape to that. icon = 'icons/obj/clothing/masks.dmi' + worn_icon_muzzled = 'modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi' //SKYRAT EDIT: ADDITION icon_state = "red_vape" inhand_icon_state = null w_class = WEIGHT_CLASS_TINY diff --git a/modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi b/modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi index 462412dfc56..8d18119c588 100644 Binary files a/modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi and b/modular_skyrat/modules/customization/icons/mob/clothing/mask.dmi differ