mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Allow insulated gloves to be stored in toolbelts (#20702)
As title: mechanics/electricians/tradespeople having their work gloves tucked into their belts with the rest of their tools is pretty normal. Tool belt's description says "...for holding various tools _and equipment_", emphasis mine, so even though they're not strictly 'tools,' I still think it fits (plus they're some of the only small utility items not able to be stored in toolbelts apart from various goggles). For consistency's sake, one could argue that ALL gloves should be able to be stored in a tool belt if Insulated Gloves can be stored, but keeping it simple for first PR, am good with whatever.
This commit is contained in:
@@ -118,7 +118,10 @@
|
||||
/obj/item/device/debugger,
|
||||
/obj/item/device/eftpos,
|
||||
/obj/item/tape_roll,
|
||||
/obj/item/device/geiger
|
||||
/obj/item/device/geiger,
|
||||
/obj/item/clothing/gloves/yellow,
|
||||
/obj/item/clothing/gloves/yellow/specialu,
|
||||
/obj/item/clothing/gloves/yellow/specialt
|
||||
)
|
||||
content_overlays = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user