Merge pull request #787 from Mark9013100/1/14/2016cloadoutclar

Clarifies a few custom loadout items
This commit is contained in:
Neerti
2016-01-15 22:41:17 -05:00
+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")