diff --git a/modular_doppler/loadout_categories/categories/gloves.dm b/modular_doppler/loadout_categories/categories/gloves.dm index 27f6467d39d5df..1750ce4d0256dc 100644 --- a/modular_doppler/loadout_categories/categories/gloves.dm +++ b/modular_doppler/loadout_categories/categories/gloves.dm @@ -157,6 +157,57 @@ name = "Rainbow Gloves" item_path = /obj/item/clothing/gloves/color/rainbow +/** + * ENVIROGLOVES + */ +/datum/loadout_item/gloves/envirogloves + group = "Envirogloves" + abstract_type = /datum/loadout_item/gloves/envirogloves + +/datum/loadout_item/gloves/envirogloves/black + name = "Phorid Envirogloves (Black)" + item_path = /obj/item/clothing/gloves/color/plasmaman/black + +/datum/loadout_item/gloves/envirogloves/white + name = "Phorid Envirogloves (White)" + item_path = /obj/item/clothing/gloves/color/plasmaman/white + +/datum/loadout_item/gloves/envirogloves/nitrile + name = "Phorid Envirogloves (Nitrile)" + item_path = /obj/item/clothing/gloves/color/plasmaman/plasmanitrile + +/datum/loadout_item/gloves/envirogloves/red + name = "Phorid Envirogloves (Red)" + item_path = /obj/item/clothing/gloves/color/plasmaman/robot + +/datum/loadout_item/gloves/envirogloves/orange + name = "Phorid Envirogloves (Orange)" + item_path = /obj/item/clothing/gloves/color/plasmaman/engineer + +/datum/loadout_item/gloves/envirogloves/blue + name = "Phorid Envirogloves (Blue)" + item_path = /obj/item/clothing/gloves/color/plasmaman/atmos + +/datum/loadout_item/gloves/envirogloves/tan + name = "Phorid Envirogloves (Tan)" + item_path = /obj/item/clothing/gloves/color/plasmaman/cargo + +/datum/loadout_item/gloves/envirogloves/explorer + name = "Phorid Envirogloves (Explorer)" + item_path = /obj/item/clothing/gloves/color/plasmaman/explorer + +/datum/loadout_item/gloves/envirogloves/purple + name = "Phorid Envirogloves (Purple)" + item_path = /obj/item/clothing/gloves/color/plasmaman/janny + +/datum/loadout_item/gloves/envirogloves/teal + name = "Phorid Envirogloves (Teal)" + item_path = /obj/item/clothing/gloves/color/plasmaman/centcom_official + +/datum/loadout_item/gloves/envirogloves/green + name = "Phorid Envirogloves (Green)" + item_path = /obj/item/clothing/gloves/color/plasmaman/centcom_commander + /** * MISCELLANEOUS */ diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 56bf7707e6e24d..c5a999b910bc4d 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -327,6 +327,53 @@ name = "Hard Hat (Red)" item_path = /obj/item/clothing/head/utility/hardhat/red +/** + * ENVIROSUIT HELMETS + */ +/datum/loadout_item/head/envirohelm + group = "Envirosuit Helmets" + abstract_type = /datum/loadout_item/head/envirohelm + +/datum/loadout_item/head/envirohelm/white_enviro + name = "Phorid Envirosuit Helmet (Science)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/white + +/datum/loadout_item/head/envirohelm/mining_enviro + name = "Phorid Envirosuit Helmet (Cargo, Mining)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/mining + +/datum/loadout_item/head/envirohelm/bitrunner_enviro + name = "Phorid Envirosuit Helmet (Cargo, Bitrunner)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/bitrunner + +/datum/loadout_item/head/envirohelm/cargo_enviro + name = "Phorid Envirosuit Helmet (Cargo)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/cargo + +/datum/loadout_item/head/envirohelm/chaplain_enviro + name = "Phorid Envirosuit Helmet (Service, Chaplain)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/chaplain + +/datum/loadout_item/head/envirohelm/med_enviro + name = "Phorid Envirosuit Helmet (Medical)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/medical + +/datum/loadout_item/head/envirohelm/coroner_enviro + name = "Phorid Envirosuit Helmet (Medical, Coroner)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/coroner + +/datum/loadout_item/head/envirohelm/paramed_enviro + name = "Phorid Envirosuit Helmet (Medical, Paramedic)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/paramedic + +/datum/loadout_item/head/envirohelm/chemist_enviro + name = "Phorid Envirosuit Helmet (Medical, Chemistry)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/chemist + +/datum/loadout_item/head/envirohelm/robotics_enviro + name = "Phorid Envirosuit Helmet (Science, Robotics)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/robotics + /** * HAIR ACCESSORIES */ diff --git a/modular_doppler/loadout_categories/categories/undersuit.dm b/modular_doppler/loadout_categories/categories/undersuit.dm index 75d10f66dea8c6..7a29ea62b5da65 100644 --- a/modular_doppler/loadout_categories/categories/undersuit.dm +++ b/modular_doppler/loadout_categories/categories/undersuit.dm @@ -474,6 +474,70 @@ /datum/loadout_item/undersuit/fullbody/primitive_genemod_tunic name = "Hearthkin Tunic" item_path = /obj/item/clothing/under/dress/skirt/primitive_genemod_tunic + +/** + * ENVIROSUITS + */ +/datum/loadout_item/undersuit/envirosuit + group = "Envirosuits" + abstract_type = /datum/loadout_item/undersuit/envirosuit + +/datum/loadout_item/undersuit/envirosuit/phorid_slacks + name = "Phorid Enviroslacks" + item_path = /obj/item/clothing/under/plasmaman/enviroslacks + +/datum/loadout_item/undersuit/envirosuit/phorid_engi + name = "Phorid Envirosuit (Engineering)" + item_path = /obj/item/clothing/under/plasmaman/engineering + +/datum/loadout_item/undersuit/envirosuit/phorid_atmos + name = "Phorid Envirosuit (Engineering, Atmospherics)" + item_path = /obj/item/clothing/under/plasmaman/atmospherics + +/datum/loadout_item/undersuit/envirosuit/phorid_med + name = "Phorid Envirosuit (Medical)" + item_path = /obj/item/clothing/under/plasmaman/medical + +/datum/loadout_item/undersuit/envirosuit/phorid_chemist + name = "Phorid Envirosuit (Medical, Chemistry)" + item_path = /obj/item/clothing/under/plasmaman/chemist + +/datum/loadout_item/undersuit/envirosuit/phorid_coroner + name = "Phorid Envirosuit (Medical, Coroner)" + item_path = /obj/item/clothing/under/plasmaman/coroner + +/datum/loadout_item/undersuit/envirosuit/phorid_paramed + name = "Phorid Envirosuit (Medical, Paramedic)" + item_path = /obj/item/clothing/under/plasmaman/paramedic + +/datum/loadout_item/undersuit/envirosuit/phorid_sci + name = "Phorid Envirosuit (Science)" + item_path = /obj/item/clothing/under/plasmaman/science + +/datum/loadout_item/undersuit/envirosuit/phorid_robotics + name = "Phorid Envirosuit (Science, Robotics)" + item_path = /obj/item/clothing/under/plasmaman/robotics + +/datum/loadout_item/undersuit/envirosuit/phorid_genetics + name = "Phorid Envirosuit (Science, Genetics)" + item_path = /obj/item/clothing/under/plasmaman/genetics + +/datum/loadout_item/undersuit/envirosuit/phorid_sec + name = "Phorid Envirosuit (Security)" + item_path = /obj/item/clothing/under/plasmaman/security + +/datum/loadout_item/undersuit/envirosuit/phorid_bitrunner + name = "Phorid Envirosuit (Cargo, Bitrunner)" + item_path = /obj/item/clothing/under/plasmaman/bitrunner + +/datum/loadout_item/undersuit/envirosuit/phorid_cargo + name = "Phorid Envirosuit (Cargo)" + item_path = /obj/item/clothing/under/plasmaman/cargo + +/datum/loadout_item/undersuit/envirosuit/phorid_chaplain + name = "Phorid Envirosuit (Service, Chaplain)" + item_path = /obj/item/clothing/under/plasmaman/chaplain + /** * MISCELLANEOUS */ @@ -505,10 +569,10 @@ name = "Bunny Suit" item_path = /obj/item/clothing/under/costume/bunnysuit -/datum/loadout_item/undersuit/misc/biosuit_alt - name = "Biosuit (White)" - item_path = /obj/item/clothing/under/underlayer/white - /datum/loadout_item/undersuit/misc/primitive_genemod_body_wraps name = "Hearthkin Body Wraps" item_path = /obj/item/clothing/under/dress/skirt/primitive_genemod_body_wraps + +/datum/loadout_item/undersuit/misc/biosuit_alt + name = "Biosuit (White)" + item_path = /obj/item/clothing/under/underlayer/white