mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Clarifies a few custom loadout items
This commit is contained in:
@@ -142,7 +142,7 @@ var/global/list/gear_datums = list()
|
||||
path = /obj/item/clothing/head/soft/red
|
||||
|
||||
/datum/gear/cap/sec
|
||||
display_name = "cap, security"
|
||||
display_name = "cap, security (Security)"
|
||||
path = /obj/item/clothing/head/soft/sec
|
||||
allowed_roles = list("Security Officer","Head of Security","Warden", "Detective")
|
||||
|
||||
@@ -404,7 +404,7 @@ var/global/list/gear_datums = list()
|
||||
cost = 1
|
||||
|
||||
/datum/gear/harness
|
||||
display_name = "gear harness"
|
||||
display_name = "gear harness (Full Body Prosthetic, Dionaea)"
|
||||
path = /obj/item/clothing/under/harness
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
@@ -1146,7 +1146,7 @@ var/global/list/gear_datums = list()
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/yellow
|
||||
|
||||
/datum/gear/labcoat/emt
|
||||
display_name = "labcoat, emt"
|
||||
display_name = "labcoat, EMT (Medical)"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/emt
|
||||
allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user