mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
19 lines
596 B
Plaintext
19 lines
596 B
Plaintext
/datum/gear/belt
|
|
display_name = "belt"
|
|
path = /obj/item/storage/belt/generic
|
|
slot = slot_belt
|
|
sort_category = "Belts"
|
|
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
|
|
|
/datum/gear/belt/fannypack
|
|
display_name = "fannypack"
|
|
cost = 2
|
|
path = /obj/item/storage/belt/fannypack/recolorable
|
|
|
|
/datum/gear/belt/toolbelt_alt
|
|
display_name = "tool-belt, alt"
|
|
cost = 0
|
|
path = /obj/item/storage/belt/utility/alt
|
|
allowed_roles = list("Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Machinist", "Research Director")
|
|
flags = null
|