diff --git a/modular_skyrat/master_files/code/modules/clothing/anthro_clothes.dm b/modular_skyrat/master_files/code/modules/clothing/anthro_clothes.dm index a75412c1154..6342f9ae62e 100644 --- a/modular_skyrat/master_files/code/modules/clothing/anthro_clothes.dm +++ b/modular_skyrat/master_files/code/modules/clothing/anthro_clothes.dm @@ -7,6 +7,8 @@ //EYES>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> //MASK>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +/obj/item/clothing/mask/gas/atmos + mutant_variants = STYLE_MUZZLE | STYLE_VOX //UNDER>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> diff --git a/modular_skyrat/master_files/icons/mob/clothing/mask_muzzled.dmi b/modular_skyrat/master_files/icons/mob/clothing/mask_muzzled.dmi index a1404cfbcef..d9af40a3c2c 100644 Binary files a/modular_skyrat/master_files/icons/mob/clothing/mask_muzzled.dmi and b/modular_skyrat/master_files/icons/mob/clothing/mask_muzzled.dmi differ diff --git a/modular_skyrat/master_files/icons/mob/clothing/mask_vox.dmi b/modular_skyrat/master_files/icons/mob/clothing/mask_vox.dmi index 74ed17f71f2..d155b1aca14 100644 Binary files a/modular_skyrat/master_files/icons/mob/clothing/mask_vox.dmi and b/modular_skyrat/master_files/icons/mob/clothing/mask_vox.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 849c13600cf..294590da998 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2086,9 +2086,9 @@ #include "code\modules\holiday\holidays.dm" #include "code\modules\holiday\nth_week.dm" #include "code\modules\holodeck\area_copy.dm" -#include "code\modules\holodeck\holodeck_map_templates.dm" #include "code\modules\holodeck\computer.dm" #include "code\modules\holodeck\holo_effect.dm" +#include "code\modules\holodeck\holodeck_map_templates.dm" #include "code\modules\holodeck\items.dm" #include "code\modules\holodeck\mobs.dm" #include "code\modules\holodeck\turfs.dm"