Clarifies a few custom loadout items

This commit is contained in:
Mark9013100
2016-01-15 12:29:07 -05:00
parent df0a0c621a
commit ea6231215f
+3 -3
View File
@@ -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")