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")