Files
Aurora.3/code/modules/client/preference_setup/loadout/loadout_belt.dm
Wowzewow (Wezzy) 0dbad15736 Belt colors (#11050)
rscadd: "Adds colorable belts."
    tweak: "Fannypacks are now recolorable."
    rscadd: "Belts now have a dedicated loadout section.
2021-02-07 16:45:36 +02:00

19 lines
532 B
Plaintext

/datum/gear/belt
display_name = "belt"
path = /obj/item/storage/belt/generic
slot = slot_belt
sort_category = "Belts"
flags = 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("Station Engineer", "Atmospheric Technician", "Chief Engineer", "Engineering Apprentice", "Roboticist")
flags = null