mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Added gear harnesses to the loadout.
This commit is contained in:
@@ -391,6 +391,12 @@ var/global/list/gear_datums = list()
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
|
||||
/datum/gear/harness
|
||||
display_name = "gear harness"
|
||||
path = /obj/item/clothing/under/harness
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
|
||||
/datum/gear/cuttop/red
|
||||
display_name = "cut top, red"
|
||||
path = /obj/item/clothing/under/cuttop/red
|
||||
|
||||
Reference in New Issue
Block a user