From f624427cbb0143fb59aaba7db2a67f298b5052e3 Mon Sep 17 00:00:00 2001 From: thgvr <81882910+thgvr@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:51:46 -0800 Subject: [PATCH] Fix digi sprite on marine armor subtypes (#2529) ## About The Pull Request title ## Changelog :cl: fix: Marine armor and its subtypes will no longer break digitigrade /:cl: --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index d0eba4833ea5..9a6e0687ccb5 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -46,7 +46,7 @@ min_cold_protection_temperature = ARMOR_MIN_TEMP_PROTECT heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS resistance_flags = FIRE_PROOF | ACID_PROOF - supports_variations = VOX_VARIATION + supports_variations = VOX_VARIATION | DIGITIGRADE_VARIATION_NO_NEW_ICON /obj/item/clothing/suit/armor/vest/marine/medium name = "medium tactical armor vest"