From c8660eb0d0dc59faa662393ce3c3f6a95f3bf1b0 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:47:37 +0100 Subject: [PATCH] [MIRROR] fixes heck suit hiding boots and gloves [MDB IGNORE] (#20011) * fixes heck suit hiding boots and gloves (#74131) the armor's worn icon doesnt cover boots or gloves so when you wear it over them you look all messed up * fixes heck suit hiding boots and gloves --------- Co-authored-by: SMOSMOSMOSMOSMO <95004236+SmoSmoSmoSmok@users.noreply.github.com> --- code/modules/mining/lavaland/megafauna_loot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/megafauna_loot.dm b/code/modules/mining/lavaland/megafauna_loot.dm index 7ead12f6775..17916aee4a1 100644 --- a/code/modules/mining/lavaland/megafauna_loot.dm +++ b/code/modules/mining/lavaland/megafauna_loot.dm @@ -262,7 +262,7 @@ body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS clothing_flags = THICKMATERIAL resistance_flags = FIRE_PROOF|LAVA_PROOF|ACID_PROOF - transparent_protection = HIDEGLOVES|HIDESUITSTORAGE|HIDEJUMPSUIT|HIDESHOES + transparent_protection = HIDESUITSTORAGE|HIDEJUMPSUIT allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/resonator, /obj/item/mining_scanner, /obj/item/t_scanner/adv_mining_scanner, /obj/item/gun/energy/recharge/kinetic_accelerator, /obj/item/pickaxe) greyscale_colors = "#4d4d4d#808080" greyscale_config = /datum/greyscale_config/heck_suit