From 61ab92c7f69ae5ecd25218420474abb2df0ab891 Mon Sep 17 00:00:00 2001 From: redstryker Date: Fri, 22 Apr 2016 10:03:18 -0400 Subject: [PATCH 1/3] Adds all of the winter coats to the loadout. --- .../preference_setup/loadout/loadout_suit.dm | 51 ++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index 80b5e2bd6a..7f8d04c156 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -149,7 +149,7 @@ display_name = "poncho, cargo" path = /obj/item/clothing/suit/poncho/roles/cargo allowed_roles = list("Quartermaster","Cargo Technician") - + /datum/gear/suit/unathi_robe display_name = "roughspun robe" path = /obj/item/clothing/suit/unathi/robe @@ -195,3 +195,52 @@ display_name = "forensics, red" path = /obj/item/clothing/suit/storage/forensics/red allowed_roles = list("Detective") + +/datum/gear/suit/wintercoat + display_name = "winter coat" + path = /obj/item/clothing/storage/hooded/wintercoat + +/datum/gear/suit/wintercoat/captain + display_name = "winter coat, captain" + path = /obj/item/clothing/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 + 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 + 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 + 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 + 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 + 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 + allowed_roles = list("Botanist", "Xenobotanist") + +/datum/gear/suit/wintercoat/cargo + display_name = "winter coat, cargo" + path = /obj/item/clothing/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 From 5c5fa5f8534ad13952c5253b04ea88f6d370bc23 Mon Sep 17 00:00:00 2001 From: redstryker Date: Fri, 22 Apr 2016 10:15:14 -0400 Subject: [PATCH 2/3] 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 7f8d04c156..762fcdc162 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") From d38049f33858f2a055421f675c420082c744b9f8 Mon Sep 17 00:00:00 2001 From: redstryker Date: Fri, 22 Apr 2016 10:20:21 -0400 Subject: [PATCH 3/3] Added /engineering to atmos coat path --- code/modules/client/preference_setup/loadout/loadout_suit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_suit.dm b/code/modules/client/preference_setup/loadout/loadout_suit.dm index 762fcdc162..2ec4ea3111 100644 --- a/code/modules/client/preference_setup/loadout/loadout_suit.dm +++ b/code/modules/client/preference_setup/loadout/loadout_suit.dm @@ -227,7 +227,7 @@ /datum/gear/suit/wintercoat/atmos display_name = "winter coat, atmospherics" - path = /obj/item/clothing/suit/storage/hooded/wintercoat/atmos + path = /obj/item/clothing/suit/storage/hooded/wintercoat/engineering/atmos allowed_roles = list("Chief Engineer", "Atmospheric Technician") /datum/gear/suit/wintercoat/hydro