diff --git a/code/modules/mod/mod_clothes.dm b/code/modules/mod/mod_clothes.dm index b41ee7f42e25..a6bd5b1b56cc 100644 --- a/code/modules/mod/mod_clothes.dm +++ b/code/modules/mod/mod_clothes.dm @@ -19,7 +19,6 @@ icon_state = "standard-chestplate" base_icon_state = "chestplate" worn_icon = 'icons/mob/clothing/modsuit/mod_clothing.dmi' - worn_icon_snouted = 'monkestation/icons/mob/mod.dmi' blood_overlay_type = "armor" allowed = list( /obj/item/tank/internals, @@ -54,7 +53,7 @@ icon_state = "standard-boots" base_icon_state = "boots" worn_icon = 'icons/mob/clothing/modsuit/mod_clothing.dmi' - worn_icon_snouted = 'monkestation/icons/mob/mod.dmi' + worn_icon_digitigrade = 'monkestation/icons/mob/mod.dmi' armor_type = /datum/armor/none body_parts_covered = FEET|LEGS heat_protection = FEET|LEGS diff --git a/monkestation/code/modules/clothing/spacesuits/hardsuits/_hardsuit.dm b/monkestation/code/modules/clothing/spacesuits/hardsuits/_hardsuit.dm index 719f959446f1..4d8352baab4c 100644 --- a/monkestation/code/modules/clothing/spacesuits/hardsuits/_hardsuit.dm +++ b/monkestation/code/modules/clothing/spacesuits/hardsuits/_hardsuit.dm @@ -13,7 +13,6 @@ allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/t_scanner, /obj/item/construction/rcd, /obj/item/pipe_dispenser) siemens_coefficient = 0 actions_types = list(/datum/action/item_action/toggle_helmet) - supports_variations_flags = NONE var/obj/item/clothing/head/helmet/space/hardsuit/helmet var/helmettype = /obj/item/clothing/head/helmet/space/hardsuit diff --git a/monkestation/icons/mob/species/misc/mod.dmi b/monkestation/icons/mob/species/misc/mod.dmi new file mode 100644 index 000000000000..d1b27c16402a Binary files /dev/null and b/monkestation/icons/mob/species/misc/mod.dmi differ diff --git a/monkestation/icons/mob/species/misc/suit_digi.dmi b/monkestation/icons/mob/species/misc/suit_digi.dmi index 25577f844f32..ebe53831f85b 100644 Binary files a/monkestation/icons/mob/species/misc/suit_digi.dmi and b/monkestation/icons/mob/species/misc/suit_digi.dmi differ