From 1ea4ebed35a9898774fa5dc1bd76bd3501560a2d Mon Sep 17 00:00:00 2001 From: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:32:15 +1000 Subject: [PATCH] firefighter firesuits no longer hide the gloves you are wearing. (#84391) ## About The Pull Request As it says in the title. Fixes https://github.com/tgstation/tgstation/issues/84389 ## Why It's Good For The Game The sprite does not actually cover the gloves, nor does the suit cover your hands. This is an inheritance problem. Simple fix. --- code/modules/clothing/suits/utility.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/utility.dm b/code/modules/clothing/suits/utility.dm index c04b68ab553..1541c66a333 100644 --- a/code/modules/clothing/suits/utility.dm +++ b/code/modules/clothing/suits/utility.dm @@ -57,6 +57,7 @@ /obj/item/clothing/suit/utility/fire/firefighter icon_state = "firesuit" inhand_icon_state = "firefighter" + flags_inv = HIDESHOES|HIDEJUMPSUIT heat_protection = CHEST|GROIN|LEGS|FEET|ARMS cold_protection = CHEST|GROIN|LEGS|FEET|ARMS body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS