mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user