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.
This commit is contained in:
necromanceranne
2024-06-28 13:32:15 -05:00
committed by GitHub
parent 0f15150c4b
commit 1ea4ebed35
+1
View File
@@ -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