From ea6231215f86370ab64137e61708ac6e14b74fa0 Mon Sep 17 00:00:00 2001 From: Mark9013100 Date: Thu, 14 Jan 2016 21:35:27 -0500 Subject: [PATCH] Clarifies a few custom loadout items --- code/modules/client/preferences_gear.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 909d93985a..06e7005071 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -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")