From edd53b813c5a5777c11208f7dcc90cbaeea7d293 Mon Sep 17 00:00:00 2001 From: Mark9013100 Date: Mon, 14 Dec 2015 19:18:56 -0500 Subject: [PATCH] Corrections to custom loadout --- code/modules/client/preferences_gear.dm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 91194dd71de..380647d90f9 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -354,17 +354,18 @@ var/global/list/gear_datums = list() allowed_roles = list("Security Officer","Head of Security","Warden") /datum/gear/thugshades - display_name = "Sunglasses, Fat (Security)" + display_name = "Sunglasses, Fat" path = /obj/item/clothing/glasses/sunglasses/big cost = 1 slot = slot_glasses - allowed_roles = list("Security Officer","Head of Security","Warden") + allowed_roles = list("Security Officer","Head of Security","Warden","Captain","Head of Personnel","Quartermaster","Internal Affairs Agent","Detective") /datum/gear/prescriptionsun display_name = "sunglasses, presciption" path = /obj/item/clothing/glasses/sunglasses/prescription cost = 2 slot = slot_glasses + allowed_roles = list("Security Officer","Head of Security","Warden","Captain","Head of Personnel","Quartermaster","Internal Affairs Agent","Detective") // Mask @@ -1253,6 +1254,7 @@ var/global/list/gear_datums = list() path = /obj/item/clothing/suit/storage/toggle/labcoat/emt cost = 2 slot = slot_wear_suit + allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist") /datum/gear/overalls display_name = "overalls" @@ -1628,11 +1630,13 @@ var/global/list/gear_datums = list() sort_category = "misc" cost = 1 +/* /datum/gear/boot_knife display_name = "boot knife" path = /obj/item/weapon/material/kitchen/utensil/knife/boot sort_category = "misc" cost = 3 +*/ /datum/gear/cane display_name = "cane"