From 5c5fa5f8534ad13952c5253b04ea88f6d370bc23 Mon Sep 17 00:00:00 2001 From: redstryker Date: Fri, 22 Apr 2016 10:15:14 -0400 Subject: [PATCH] Added /suit to paths --- .../preference_setup/loadout/loadout_suit.dm | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index 7f8d04c1561..762fcdc1625 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -198,49 +198,49 @@ /datum/gear/suit/wintercoat display_name = "winter coat" - path = /obj/item/clothing/storage/hooded/wintercoat + path = /obj/item/clothing/suit/storage/hooded/wintercoat /datum/gear/suit/wintercoat/captain display_name = "winter coat, captain" - path = /obj/item/clothing/storage/hooded/wintercoat/captain + path = /obj/item/clothing/suit/storage/hooded/wintercoat/captain allowed_roles = list("Captain") /datum/gear/suit/wintercoat/security display_name = "winter coat, security" - path = /obj/item/clothing/storage/hooded/wintercoat/security + path = /obj/item/clothing/suit/storage/hooded/wintercoat/security allowed_roles = list("Security Officer, Head of Security, Warden, Detective") /datum/gear/suit/wintercoat/medical display_name = "winter coat, medical" - path = /obj/item/clothing/storage/hooded/wintercoat/medical + path = /obj/item/clothing/suit/storage/hooded/wintercoat/medical allowed_roles = list("Medical Doctor","Chief Medical Officer","Chemist","Paramedic","Geneticist") /datum/gear/suit/wintercoat/science display_name = "winter coat, science" - path = /obj/item/clothing/storage/hooded/wintercoat/science + path = /obj/item/clothing/suit/storage/hooded/wintercoat/science allowed_roles = list("Research Director","Scientist", "Roboticist", "Xenobotanist") /datum/gear/suit/wintercoat/engineering display_name = "winter coat, engineering" - path = /obj/item/clothing/storage/hooded/wintercoat/engineering + path = /obj/item/clothing/suit/storage/hooded/wintercoat/engineering allowed_roles = list("Chief Engineer","Atmospheric Technician", "Station Engineer") /datum/gear/suit/wintercoat/atmos display_name = "winter coat, atmospherics" - path = /obj/item/clothing/storage/hooded/wintercoat/atmos + path = /obj/item/clothing/suit/storage/hooded/wintercoat/atmos allowed_roles = list("Chief Engineer", "Atmospheric Technician") /datum/gear/suit/wintercoat/hydro display_name = "winter coat, hydroponics" - path = /obj/item/clothing/storage/hooded/wintercoat/hydro + path = /obj/item/clothing/suit/storage/hooded/wintercoat/hydro allowed_roles = list("Botanist", "Xenobotanist") /datum/gear/suit/wintercoat/cargo display_name = "winter coat, cargo" - path = /obj/item/clothing/storage/hooded/wintercoat/cargo + path = /obj/item/clothing/suit/storage/hooded/wintercoat/cargo allowed_roles = list("Quartermaster","Cargo Technician") /datum/gear/suit/wintercoat/miner display_name = "winter coat, mining" - path = /obj/item/clothing/storage/hooded/wintercoat/miner - allowed_roles = list("Shaft Miner") \ No newline at end of file + path = /obj/item/clothing/suit/storage/hooded/wintercoat/miner + allowed_roles = list("Shaft Miner")