From 54b84655ef830cd4eb37de64297e3262de1eae83 Mon Sep 17 00:00:00 2001 From: SMOSMOSMOSMOSMO <95004236+SmoSmoSmoSmok@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:36:53 +0200 Subject: [PATCH] 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 --- 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 b938dd49894..1441eb3aa3b 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