From 9246efcabf1b7807a98db970c6a2c48b653c139c Mon Sep 17 00:00:00 2001 From: kirieiki Date: Wed, 29 Oct 2025 16:59:57 -0400 Subject: [PATCH 01/13] Reorganize the loadout; Head --- code/modules/loadout/categories/heads.dm | 6 +- .../loadout_categories/categories/heads.dm | 427 +++++++++++++----- 2 files changed, 311 insertions(+), 122 deletions(-) diff --git a/code/modules/loadout/categories/heads.dm b/code/modules/loadout/categories/heads.dm index acac84328610d3..c22993189fafa9 100644 --- a/code/modules/loadout/categories/heads.dm +++ b/code/modules/loadout/categories/heads.dm @@ -22,6 +22,7 @@ outfit.head = item_path // DOPPLER EDIT END +/* // DOPPLER EDIT REMOVAL START - Custom Loadout Organization /datum/loadout_item/head/beanie name = "Beanie (Colorable)" item_path = /obj/item/clothing/head/beanie @@ -78,9 +79,9 @@ name = "Cap (Yellow)" item_path = /obj/item/clothing/head/soft/yellow -/* /datum/loadout_item/head/flatcap // DOPPLER EDIT REMOVAL + /datum/loadout_item/head/flatcap name = "Cap (Flat)" - item_path = /obj/item/clothing/head/flatcap */ + item_path = /obj/item/clothing/head/flatcap /datum/loadout_item/head/beige_fedora name = "Fedora (Beige)" @@ -161,3 +162,4 @@ /datum/loadout_item/head/wig name = "Natural Wig" item_path = /obj/item/clothing/head/wig/natural +*/ // DOPPLER EDIT REMOVAL END diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 4fd41fb31c0097..ea765b53d67ab3 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -22,188 +22,375 @@ manager.deselect_item(other_loadout_items[1]) return TRUE -// Loadout items +/** + * HATS + */ +/datum/loadout_item/head/hats + group = "Hats" + abstract_type = /datum/loadout_item/head/hats + +/datum/loadout_item/head/hats/peakhat_tan + name = "Peak-Cover (Tan)" + item_path = /obj/item/clothing/head/lizard_hat -/datum/loadout_item/head/mining_cap - name = "Explorer Cap" - item_path = /obj/item/clothing/head/mining_cap +/datum/loadout_item/head/hats/peakhat_white + name = "Peak-Cover (White)" + item_path = /obj/item/clothing/head/lizard_hat/white -/datum/loadout_item/head/tv_head - name = "TV Head" - item_path = /obj/item/clothing/head/costume/tv_head +/datum/loadout_item/head/hats/flattop + name = "Flat-Top" + item_path = /obj/item/clothing/head/vulp_hat -/datum/loadout_item/head/witch - name = "Witch Hat" - item_path = /obj/item/clothing/head/wizard/marisa/fake +/datum/loadout_item/head/hats/slim_beret + name = "Slim Beret (Dark)" + item_path = /obj/item/clothing/head/beret/doppler_command -/datum/loadout_item/head/cardborg - name = "Cardborg" - item_path = /obj/item/clothing/head/costume/cardborg +/datum/loadout_item/head/hats/slim_beret_light + name = "Slim Beret (Light)" + item_path = /obj/item/clothing/head/beret/doppler_command/light -/datum/loadout_item/head/cone - name = "Traffic Cone" - item_path = /obj/item/clothing/head/cone +/datum/loadout_item/head/hats/red_beret + name = "Beret (Colorable)" + item_path = /obj/item/clothing/head/beret -/datum/loadout_item/head/rice_hat - name = "Rice Hat" - item_path = /obj/item/clothing/head/costume/rice_hat +/datum/loadout_item/head/hats/cowboy_wide_feathered + name = "Wide-Brimmed Hat (Feathered)" + item_path = /obj/item/clothing/head/cowboy/doppler/wide/feathered -/datum/loadout_item/head/welding - name = "Welding Mask" - item_path = /obj/item/clothing/head/utility/welding +/datum/loadout_item/head/hats/cowboy_wide + name = "Wide-Brimmed Hat" + item_path = /obj/item/clothing/head/cowboy/doppler/wide -/datum/loadout_item/head/soft_helmet - name = "Soft Helmet" - item_path = /obj/item/clothing/head/frontier_colonist_helmet +/datum/loadout_item/head/hats/cowboy_cattleman_wide + name = "Cattleman Hat (Wide)" + item_path = /obj/item/clothing/head/cowboy/doppler/cattleman/wide + +/datum/loadout_item/head/hats/cowboy_cattleman + name = "Cattleman Hat" + item_path = /obj/item/clothing/head/cowboy/doppler/cattleman + +/datum/loadout_item/head/hats/cowboy/white + name = "Ten-Gallon Hat" + item_path = /obj/item/clothing/head/cowboy/white + +/datum/loadout_item/head/hats/cowboy/grey + name = "Drifter Hat" + item_path = /obj/item/clothing/head/cowboy/grey + +/datum/loadout_item/head/hats/bowler_hat + name = "Bowler Hat" + item_path = /obj/item/clothing/head/hats/bowler + +datum/loadout_item/head/hats/beige_fedora + name = "Fedora (Beige)" + item_path = /obj/item/clothing/head/fedora/beige + +/datum/loadout_item/head/hats/fedora + name = "Fedora (Black)" + item_path = /obj/item/clothing/head/fedora + +/datum/loadout_item/head/hats/white_fedora + name = "Fedora (White)" + item_path = /obj/item/clothing/head/fedora/white + +/datum/loadout_item/head/hats/ushanka + name ="Ushanka" + item_path = /obj/item/clothing/head/costume/ushanka + +/datum/loadout_item/head/hats/wrussian + name = "Papakha (Black)" + item_path = /obj/item/clothing/head/costume/papakha + +/datum/loadout_item/head/hats/wrussianw + name = "Papakha (White)" + item_path = /obj/item/clothing/head/costume/papakha/white + +/datum/loadout_item/head/hats/beanie + name = "Beanie (Colorable)" + item_path = /obj/item/clothing/head/beanie + +/datum/loadout_item/head/hats/rastafarian + name = "Beanie (Rastafarian)" + item_path = /obj/item/clothing/head/rasta -/datum/loadout_item/head/frontier_cap +/** + * CAPS + */ +/datum/loadout_item/head/caps + group = "Caps" + abstract_type = /datum/loadout_item/head/caps + +/datum/loadout_item/head/caps/frontier_cap name = "Frontier Cap" item_path = /obj/item/clothing/head/soft/frontier_colonist -/datum/loadout_item/head/frontier_med +/datum/loadout_item/head/caps/frontier_med name = "Frontier Medical Cap" item_path = /obj/item/clothing/head/soft/frontier_colonist/medic -/datum/loadout_item/head/earcap +/datum/loadout_item/head/caps/mining_cap + name = "Explorer Cap" + item_path = /obj/item/clothing/head/mining_cap + +/datum/loadout_item/head/caps/earcap name = "Earcap" item_path = /obj/item/clothing/head/tajaran_hat -/datum/loadout_item/head/tajaran_helmet - name = "Tajaran Flophelmet" - item_path = /obj/item/clothing/head/helmet/tajaran +/datum/loadout_item/head/caps/black_cap + name = "Cap (Black)" + item_path = /obj/item/clothing/head/soft/black -/datum/loadout_item/head/tajaran_high_helmet - name = "Tajaran High Flophelmet" - item_path = /obj/item/clothing/head/helmet/tajaran/contract +/datum/loadout_item/head/caps/grey_cap + name = "Cap (Grey)" + item_path = /obj/item/clothing/head/soft/grey -/datum/loadout_item/head/flattop - name = "Flat-Top" - item_path = /obj/item/clothing/head/vulp_hat +/datum/loadout_item/head/caps/white_cap + name = "Cap (White)" + item_path = /obj/item/clothing/head/soft/mime -/datum/loadout_item/head/vulp_bandana - name = "Vulpkanin Bandana" - item_path = /obj/item/clothing/head/vulp_hat/headband +/datum/loadout_item/head/caps/red_cap + name = "Cap (Red)" + item_path = /obj/item/clothing/head/soft/red + +/datum/loadout_item/head/caps/orange_cap + name = "Cap (Orange)" + item_path = /obj/item/clothing/head/soft/orange + +/datum/loadout_item/head/caps/yellow_cap + name = "Cap (Yellow)" + item_path = /obj/item/clothing/head/soft/yellow -/datum/loadout_item/head/vulp_skirmisher +/datum/loadout_item/head/caps/green_cap + name = "Cap (Green)" + item_path = /obj/item/clothing/head/soft/green + +/datum/loadout_item/head/caps/blue_cap + name = "Cap (Blue)" + item_path = /obj/item/clothing/head/soft/blue + +/datum/loadout_item/head/caps/purple_cap + name = "Cap (Purple)" + item_path = /obj/item/clothing/head/soft/purple + +/datum/loadout_item/head/caps/rainbow_cap + name = "Cap (Rainbow)" + item_path = /obj/item/clothing/head/soft/rainbow + +/datum/loadout_item/head/caps/colonial_cap + name = "Colonial Cap" + item_path = /obj/item/clothing/head/hats/colonial + +/datum/loadout_item/head/caps/security_colonial_cap + name = "Colonial Security Cap" + item_path = /obj/item/clothing/head/cap_colonysec + +/datum/loadout_item/head/caps/delinquent_cap + name = "Deliquent Cap" + item_path = /obj/item/clothing/head/costume/delinquent + +/datum/loadout_item/head/caps/mail_cap + name = "Mail Cap" + item_path = /obj/item/clothing/head/costume/mailman + +/** + * HELMETS + */ +/datum/loadout_item/head/helmets + group = "Helmets" + abstract_type = /datum/loadout_item/head/helmets + +/datum/loadout_item/head/helmets/soft_helmet + name = "Soft Helmet" + item_path = /obj/item/clothing/head/frontier_colonist_helmet + +/datum/loadout_item/head/helmets/vulp_skirmisher name = "Vulpkanin Skirmisher Helmet" item_path = /obj/item/clothing/head/helmet/vulp -/datum/loadout_item/head/peakhat_tan - name = "Tan Peak-Cover" - item_path = /obj/item/clothing/head/lizard_hat +/datum/loadout_item/head/helmets/tajaran_helmet + name = "Tajaran Flophelmet" + item_path = /obj/item/clothing/head/helmet/tajaran -/datum/loadout_item/head/peakhat_white - name = "White Peak-Cover" - item_path = /obj/item/clothing/head/lizard_hat/white +/datum/loadout_item/head/helmets/tajaran_high_helmet + name = "Tajaran High Flophelmet" + item_path = /obj/item/clothing/head/helmet/tajaran/contract -/datum/loadout_item/head/lizard_helmet_tan - name = "Tan Tizirian Helmet" +/datum/loadout_item/head/helmets/lizard_helmet_tan + name = "Tizirian Helmet (Tan)" item_path = /obj/item/clothing/head/helmet/lizard -/datum/loadout_item/head/lizard_helmet_white - name = "White Tizirian Helmet" +/datum/loadout_item/head/helmets/lizard_helmet_white + name = "Tizirian Helmet (White)" item_path = /obj/item/clothing/head/helmet/lizard/white -/datum/loadout_item/head/lizard_helmet_tan_glass - name = "Tan Glassed Tizirian Helmet" +/datum/loadout_item/head/helmets/lizard_helmet_tan_glass + name = "Glassed Tizirian Helmet (Tan)" item_path = /obj/item/clothing/head/helmet/lizard/glass -/datum/loadout_item/head/lizard_helmet_white_glass - name = "White Glassed Tizirian Helmet" +/datum/loadout_item/head/helmets/lizard_helmet_white_glass + name = "Glassed Tizirian Helmet (White)" item_path = /obj/item/clothing/head/helmet/lizard/white/glass -/datum/loadout_item/head/colonial_cap - name = "Colonial Cap" - item_path = /obj/item/clothing/head/hats/colonial - -/datum/loadout_item/head/security_colonial_cap - name = "Security Colonial Cap" - item_path = /obj/item/clothing/head/cap_colonysec - -/datum/loadout_item/head/wrussian - name = "Black Papakha" - item_path = /obj/item/clothing/head/costume/papakha - -/datum/loadout_item/head/wrussianw - name = "White Papakha" - item_path = /obj/item/clothing/head/costume/papakha/white +/datum/loadout_item/head/helmets/fullhelmet + name = "Yennika Full Helmet" + item_path = /obj/item/clothing/head/helmet/sec/fullhelmet -/datum/loadout_item/head/hair_tie - name = "Hairtie" - item_path = /obj/item/clothing/head/hair_tie +/datum/loadout_item/head/helmets/fullhelmet/get_item_information() + . = ..() + .[FA_ICON_CIRCLE_EXCLAMATION] = "Cannot be taken off!" -/datum/loadout_item/head/hair_tie_scrunchie - name = "Hairtie (Scrunchie)" - item_path = /obj/item/clothing/head/hair_tie/scrunchie +/datum/loadout_item/head/helmets/breach_helmet + name = "Breach Helmet" + item_path = /obj/item/clothing/head/utility/hardhat/welding/doppler_dc -/datum/loadout_item/head/hair_tie_plastic - name = "Hairtie (Plastic)" - item_path = /obj/item/clothing/head/hair_tie/plastic_beads +/** + * HAIR ACCESSORIES + */ +/datum/loadout_item/head/hair_accessories + group = "Hair Accessories" + abstract_type = /datum/loadout_item/head/hair_accessories -/datum/loadout_item/head/bow_large +/datum/loadout_item/head/hair_accessories/bow_large name = "Bow (Large)" item_path = /obj/item/clothing/head/bow -/datum/loadout_item/head/bow_small +/datum/loadout_item/head/hair_accessories/bow_small name = "Bow (Small)" item_path = /obj/item/clothing/head/bow/small -/datum/loadout_item/head/bow_back +/datum/loadout_item/head/hair_accessories/bow_back name = "Bow (Back)" item_path = /obj/item/clothing/head/bow/back -/datum/loadout_item/head/bow_sweet +/datum/loadout_item/head/hair_accessories/bow_sweet name = "Bow (Sweet)" item_path = /obj/item/clothing/head/bow/sweet -/datum/loadout_item/head/maid_headband +/datum/loadout_item/head/hair_accessories/maid_headband name = "Maid Headband" item_path = /obj/item/clothing/head/costume/maid_headband -/datum/loadout_item/head/the_hood - name = "Standalone Hood" - item_path = /obj/item/clothing/head/standalone_hood +/datum/loadout_item/head/hair_accessories/hair_tie + name = "Hairtie" + item_path = /obj/item/clothing/head/hair_tie -/datum/loadout_item/head/decker_headphones - name = "Decker Headphones" - item_path = /obj/item/clothing/head/costume/deckers +/datum/loadout_item/head/hair_accessories/hair_tie_scrunchie + name = "Hairtie (Scrunchie)" + item_path = /obj/item/clothing/head/hair_tie/scrunchie -/datum/loadout_item/head/slim_beret - name = "slim Beret" - item_path = /obj/item/clothing/head/beret/doppler_command +/datum/loadout_item/head/hair_accessories/hair_tie_plastic + name = "Hairtie (Plastic)" + item_path = /obj/item/clothing/head/hair_tie/plastic_beads -/datum/loadout_item/head/slim_beret_light - name = "Slim Beret (Light)" - item_path = /obj/item/clothing/head/beret/doppler_command/light +/** + * FLOWERS + */ +/datum/loadout_item/head/flowers + group = "Flowers" + abstract_type = /datum/loadout_item/head/flowers + +/datum/loadout_item/head/flowers/rose + name = "Flower (Rose)" + item_path = /obj/item/food/grown/rose + +/datum/loadout_item/head/flowers/poppy + name = "Flower (Poppy)" + item_path = /obj/item/food/grown/poppy + +/datum/loadout_item/head/flowers/sunflower + name = "Flower (Sunflower)" + item_path = /obj/item/food/grown/sunflower + +/datum/loadout_item/head/flowers/geranium + name = "Flower (Geranium)" + item_path = /obj/item/food/grown/poppy/geranium + +/datum/loadout_item/head/flowers/harebell + name = "Flower (Harebell)" + item_path = /obj/item/food/grown/harebell + +/datum/loadout_item/head/flowers/lily + name = "Flower (Lily)" + item_path = /obj/item/food/grown/poppy/lily + +/** + * COSTUME + */ +/datum/loadout_item/head/costume + group = "Costume" + abstract_type = /datum/loadout_item/head/costume + +/datum/loadout_item/head/costume/witch + name = "Witch Hat" + item_path = /obj/item/clothing/head/wizard/marisa/fake -/datum/loadout_item/head/breach_helmet - name = "Breach Helmet" - item_path = /obj/item/clothing/head/utility/hardhat/welding/doppler_dc +/datum/loadout_item/head/costume/fancy_cap + name = "Fancy Hat" + item_path = /obj/item/clothing/head/costume/fancy -/datum/loadout_item/head/breach_helmet - name = "Flowing Headband" - item_path = /obj/item/clothing/head/flowing_headband +/datum/loadout_item/head/costume/top_hat + name = "Top Hat" + item_path = /obj/item/clothing/head/hats/tophat -/datum/loadout_item/head/fullhelmet - name = "Yennika full helmet" - item_path = /obj/item/clothing/head/helmet/sec/fullhelmet +/datum/loadout_item/head/costume/kitty_ears + name = "Kitty Ears" + item_path = /obj/item/clothing/head/costume/kitty -/datum/loadout_item/head/fullhelmet/get_item_information() - . = ..() - .[FA_ICON_CIRCLE_EXCLAMATION] = "Cannot be taken off!" +/datum/loadout_item/head/costume/rabbit_ears + name = "Rabbit Ears" + item_path = /obj/item/clothing/head/costume/rabbitears -/datum/loadout_item/head/cowboy_wide_feathered - name = "Wide-Brimmed Feathered Hat" - item_path = /obj/item/clothing/head/cowboy/doppler/wide/feathered +/datum/loadout_item/head/costume/tv_head + name = "TV Head" + item_path = /obj/item/clothing/head/costume/tv_head -/datum/loadout_item/head/cowboy_wide - name = "Wide-Brimmed Hat" - item_path = /obj/item/clothing/head/cowboy/doppler/wide +/datum/loadout_item/head/costume/cardborg + name = "Cardborg" + item_path = /obj/item/clothing/head/costume/cardborg -/datum/loadout_item/head/cowboy_cattleman_wide - name = "Wide-Brimmed Cattleman Hat" - item_path = /obj/item/clothing/head/cowboy/doppler/cattleman/wide +/datum/loadout_item/head/costume/cone + name = "Traffic Cone" + item_path = /obj/item/clothing/head/cone -/datum/loadout_item/head/cowboy_cattleman - name = "Cattleman Hat" - item_path = /obj/item/clothing/head/cowboy/doppler/cattleman +/datum/loadout_item/head/costume/rice_hat + name = "Rice Hat" + item_path = /obj/item/clothing/head/costume/rice_hat + +/datum/loadout_item/head/costume/wig + name = "Natural Wig" + item_path = /obj/item/clothing/head/wig/natural + +/** + * MISCELLANEOUS + */ +/datum/loadout_item/head/misc + group = "Miscellaneous" + abstract_type = /datum/loadout_item/head/misc + +/datum/loadout_item/head/misc/vulp_bandana + name = "Vulpkanin Bandana" + item_path = /obj/item/clothing/head/vulp_hat/headband + +/datum/loadout_item/head/misc/bandana + name = "Thin Bandana" + item_path = /obj/item/clothing/head/costume/tmc + +/datum/loadout_item/head/misc/flowing_headband + name = "Flowing Headband" + item_path = /obj/item/clothing/head/flowing_headband + +/datum/loadout_item/head/misc/bear_pelt + name = "Bear Pelt" + item_path = /obj/item/clothing/head/costume/bearpelt + +/datum/loadout_item/head/misc/the_hood + name = "Standalone Hood" + item_path = /obj/item/clothing/head/standalone_hood + +/datum/loadout_item/head/misc/decker_headphones + name = "Decker Headphones" + item_path = /obj/item/clothing/head/costume/deckers + +/datum/loadout_item/head/misc/welding + name = "Welding Mask" + item_path = /obj/item/clothing/head/utility/welding From 8b5da83d9fd1f8050d29685cd20c1f72c142959f Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:52:25 -0400 Subject: [PATCH 02/13] Fixed line 84 to have a / at the beginning Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index ea765b53d67ab3..9c060b2813f1e0 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -81,7 +81,7 @@ name = "Bowler Hat" item_path = /obj/item/clothing/head/hats/bowler -datum/loadout_item/head/hats/beige_fedora +/datum/loadout_item/head/hats/beige_fedora name = "Fedora (Beige)" item_path = /obj/item/clothing/head/fedora/beige From 81ae38c28bda9f80d392626a80794dfc3ffc1fc8 Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:29:46 -0400 Subject: [PATCH 03/13] Fixed indentation on line 82 Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- code/modules/loadout/categories/heads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/loadout/categories/heads.dm b/code/modules/loadout/categories/heads.dm index c22993189fafa9..6d626bb3ddd59f 100644 --- a/code/modules/loadout/categories/heads.dm +++ b/code/modules/loadout/categories/heads.dm @@ -79,7 +79,7 @@ name = "Cap (Yellow)" item_path = /obj/item/clothing/head/soft/yellow - /datum/loadout_item/head/flatcap +/datum/loadout_item/head/flatcap name = "Cap (Flat)" item_path = /obj/item/clothing/head/flatcap From 9af376e18158f16642bb512f27d8d79f4e709db8 Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:43:43 -0400 Subject: [PATCH 04/13] Renames loadout items Renamed some of the cultural items to make them easier to identify/search for according to how they show in game Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 9c060b2813f1e0..21271d70592707 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -38,7 +38,7 @@ item_path = /obj/item/clothing/head/lizard_hat/white /datum/loadout_item/head/hats/flattop - name = "Flat-Top" + name = "Flat-Top (Vulpkanin)" item_path = /obj/item/clothing/head/vulp_hat /datum/loadout_item/head/hats/slim_beret @@ -133,7 +133,7 @@ item_path = /obj/item/clothing/head/mining_cap /datum/loadout_item/head/caps/earcap - name = "Earcap" + name = "Earcap (Tajaran)" item_path = /obj/item/clothing/head/tajaran_hat /datum/loadout_item/head/caps/black_cap @@ -204,7 +204,7 @@ item_path = /obj/item/clothing/head/frontier_colonist_helmet /datum/loadout_item/head/helmets/vulp_skirmisher - name = "Vulpkanin Skirmisher Helmet" + name = "Skirmisher Helmet (Vulpkanin)" item_path = /obj/item/clothing/head/helmet/vulp /datum/loadout_item/head/helmets/tajaran_helmet @@ -224,11 +224,11 @@ item_path = /obj/item/clothing/head/helmet/lizard/white /datum/loadout_item/head/helmets/lizard_helmet_tan_glass - name = "Glassed Tizirian Helmet (Tan)" + name = "Tizirian Glassed Helmet (Tan)" item_path = /obj/item/clothing/head/helmet/lizard/glass /datum/loadout_item/head/helmets/lizard_helmet_white_glass - name = "Glassed Tizirian Helmet (White)" + name = "Tizirian Glassed Helmet (White)" item_path = /obj/item/clothing/head/helmet/lizard/white/glass /datum/loadout_item/head/helmets/fullhelmet From 8fad8c1350d7541fbf9b301489a80fb0a78da40a Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:49:09 -0400 Subject: [PATCH 05/13] Renames a beret to sit with the other berets Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 21271d70592707..6f8958c338e780 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -42,7 +42,7 @@ item_path = /obj/item/clothing/head/vulp_hat /datum/loadout_item/head/hats/slim_beret - name = "Slim Beret (Dark)" + name = "Beret (Slim, Dark)" item_path = /obj/item/clothing/head/beret/doppler_command /datum/loadout_item/head/hats/slim_beret_light From 8072b9a198e00dc7f9c8f6c655e338775ee62d49 Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:49:28 -0400 Subject: [PATCH 06/13] Renames a beret to sit with the other berets Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 6f8958c338e780..41bb9a7eaae5a5 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -46,7 +46,7 @@ item_path = /obj/item/clothing/head/beret/doppler_command /datum/loadout_item/head/hats/slim_beret_light - name = "Slim Beret (Light)" + name = "Beret (Slim, Light)" item_path = /obj/item/clothing/head/beret/doppler_command/light /datum/loadout_item/head/hats/red_beret From 5fffdcade8d835627d510e284f3e8630124d96fd Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:49:54 -0400 Subject: [PATCH 07/13] Adds proper spacing on line 97 Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 41bb9a7eaae5a5..3829dc0dda7897 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -94,7 +94,7 @@ item_path = /obj/item/clothing/head/fedora/white /datum/loadout_item/head/hats/ushanka - name ="Ushanka" + name = "Ushanka" item_path = /obj/item/clothing/head/costume/ushanka /datum/loadout_item/head/hats/wrussian From b7e5cd0b7be297d7109e870d5924abbe520b2c94 Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 21:51:26 -0400 Subject: [PATCH 08/13] Renames the bandanas to sit next to each other in loadout Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com> Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 3829dc0dda7897..c0d183c009ac9f 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -368,11 +368,11 @@ abstract_type = /datum/loadout_item/head/misc /datum/loadout_item/head/misc/vulp_bandana - name = "Vulpkanin Bandana" + name = "Bandana (Vulpkanin)" item_path = /obj/item/clothing/head/vulp_hat/headband /datum/loadout_item/head/misc/bandana - name = "Thin Bandana" + name = "Bandana (Thin)" item_path = /obj/item/clothing/head/costume/tmc /datum/loadout_item/head/misc/flowing_headband From fbb3c6fded15102dee2426f98ddd27b753942e31 Mon Sep 17 00:00:00 2001 From: kirieiki <53238276+beeperoil@users.noreply.github.com> Date: Fri, 31 Oct 2025 22:06:06 -0400 Subject: [PATCH 09/13] Removes 2 cowboy hats because i forgot to before They'll be back later Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com> --- modular_doppler/loadout_categories/categories/heads.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index c0d183c009ac9f..3fdf5c0881b0fa 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -69,14 +69,6 @@ name = "Cattleman Hat" item_path = /obj/item/clothing/head/cowboy/doppler/cattleman -/datum/loadout_item/head/hats/cowboy/white - name = "Ten-Gallon Hat" - item_path = /obj/item/clothing/head/cowboy/white - -/datum/loadout_item/head/hats/cowboy/grey - name = "Drifter Hat" - item_path = /obj/item/clothing/head/cowboy/grey - /datum/loadout_item/head/hats/bowler_hat name = "Bowler Hat" item_path = /obj/item/clothing/head/hats/bowler From 7e653f239477df3a5fc0b04bd73448721e3528cf Mon Sep 17 00:00:00 2001 From: kirieiki Date: Wed, 20 May 2026 19:51:19 -0400 Subject: [PATCH 10/13] adds phorid stuff to the loadout yaay --- .../loadout_categories/categories/gloves.dm | 51 +++++++++++++ .../loadout_categories/categories/heads.dm | 40 ++++++++++ .../categories/undersuit.dm | 76 +++++++++++++++++-- 3 files changed, 161 insertions(+), 6 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/gloves.dm b/modular_doppler/loadout_categories/categories/gloves.dm index 27f6467d39d5df..703635b18533c0 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 = "Black Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/black + +/datum/loadout_item/gloves/envirogloves/white + name = "White Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/white + +/datum/loadout_item/gloves/envirogloves/nitrile + name = "Nitrile Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/plasmanitrile + +/datum/loadout_item/gloves/envirogloves/red + name = "Red Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/robot + +/datum/loadout_item/gloves/envirogloves/orange + name = "Orange Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/engineer + +/datum/loadout_item/gloves/envirogloves/blue + name = "Blue Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/atmos + +/datum/loadout_item/gloves/envirogloves/tan + name = "Tan Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/cargo + +/datum/loadout_item/gloves/envirogloves/explorer + name = "Explorer Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/explorer + +/datum/loadout_item/gloves/envirogloves/purple + name = "Purple Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/janny + +/datum/loadout_item/gloves/envirogloves/teal + name = "Teal Envirogloves" + item_path = /obj/item/clothing/gloves/color/plasmaman/centcom_official + +/datum/loadout_item/gloves/envirogloves/green + name = "Green Envirogloves" + 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..1c672261f09c85 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -327,6 +327,46 @@ name = "Hard Hat (Red)" item_path = /obj/item/clothing/head/utility/hardhat/red +/datum/loadout_item/head/helmets/white_enviro + name = "Phorid Envirosuit Helmet (Science)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/white + +/datum/loadout_item/head/helmets/mining_enviro + name = "Phorid Envirosuit Helmet (Cargo, Mining)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/mining + +/datum/loadout_item/head/helmets/bitrunner_enviro + name = "Phorid Envirosuit Helmet (Cargo, Bitrunner)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/bitrunner + +/datum/loadout_item/head/helmets/cargo_enviro + name = "Phorid Envirosuit Helmet (Cargo)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/cargo + +/datum/loadout_item/head/helmets/chaplain_enviro + name = "Phorid Envirosuit Helmet (Service, Chaplain)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/chaplain + +/datum/loadout_item/head/helmets/med_enviro + name = "Phorid Envirosuit Helmet (Medical)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/medical + +/datum/loadout_item/head/helmets/coroner_enviro + name = "Phorid Envirosuit Helmet (Medical, Coroner)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/coroner + +/datum/loadout_item/head/helmets/paramed_enviro + name = "Phorid Envirosuit Helmet (Medical, Paramedic)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/paramedic + +/datum/loadout_item/head/helmets/chemist_enviro + name = "Phorid Envirosuit Helmet (Medical, Chemistry)" + item_path = /obj/item/clothing/head/helmet/space/plasmaman/chemist + +/datum/loadout_item/head/helmets/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..d47cf8a43efa0b 100644 --- a/modular_doppler/loadout_categories/categories/undersuit.dm +++ b/modular_doppler/loadout_categories/categories/undersuit.dm @@ -286,11 +286,11 @@ item_path = /obj/item/clothing/under/suit/pencil/green /datum/loadout_item/undersuit/skirt/lizard_kilt_tan - name = "Tizirian War Kilt (Tan)" + name = "Tiziran War Kilt (Tan)" item_path = /obj/item/clothing/under/lizard_kilt /datum/loadout_item/undersuit/skirt/lizard_kilt_white - name = "Tizirian War Kilt (White)" + name = "Tiziran War Kilt (White)" item_path = /obj/item/clothing/under/lizard_kilt/white /datum/loadout_item/undersuit/skirt/simple @@ -474,6 +474,74 @@ /datum/loadout_item/undersuit/fullbody/primitive_genemod_tunic name = "Hearthkin Tunic" item_path = /obj/item/clothing/under/dress/skirt/primitive_genemod_tunic + +/** + * SUITS + */ +/datum/loadout_item/undersuit/suit + group = "Suits" + abstract_type = /datum/loadout_item/undersuit/suit + +/datum/loadout_item/undersuit/suit/biosuit_alt + name = "Biosuit (White)" + item_path = /obj/item/clothing/under/underlayer/white + +/datum/loadout_item/undersuit/suit/phorid_slacks + name = "Phorid Enviroslacks" + item_path = /obj/item/clothing/under/plasmaman/enviroslacks + +/datum/loadout_item/undersuit/suit/phorid_engi + name = "Phorid Envirosuit (Engineering)" + item_path = /obj/item/clothing/under/plasmaman/engineering + +/datum/loadout_item/undersuit/suit/phorid_atmos + name = "Phorid Envirosuit (Engineering, Atmospherics)" + item_path = /obj/item/clothing/under/plasmaman/atmospherics + +/datum/loadout_item/undersuit/suit/phorid_med + name = "Phorid Envirosuit (Medical)" + item_path = /obj/item/clothing/under/plasmaman/medical + +/datum/loadout_item/undersuit/suit/phorid_chemist + name = "Phorid Envirosuit (Medical, Chemistry)" + item_path = /obj/item/clothing/under/plasmaman/chemist + +/datum/loadout_item/undersuit/suit/phorid_coroner + name = "Phorid Envirosuit (Medical, Coroner)" + item_path = /obj/item/clothing/under/plasmaman/coroner + +/datum/loadout_item/undersuit/suit/phorid_paramed + name = "Phorid Envirosuit (Medical, Paramedic)" + item_path = /obj/item/clothing/under/plasmaman/paramedic + +/datum/loadout_item/undersuit/suit/phorid_sci + name = "Phorid Envirosuit (Science)" + item_path = /obj/item/clothing/under/plasmaman/science + +/datum/loadout_item/undersuit/suit/phorid_robotics + name = "Phorid Envirosuit (Science, Robotics)" + item_path = /obj/item/clothing/under/plasmaman/robotics + +/datum/loadout_item/undersuit/suit/phorid_genetics + name = "Phorid Envirosuit (Science, Genetics)" + item_path = /obj/item/clothing/under/plasmaman/genetics + +/datum/loadout_item/undersuit/suit/phorid_sec + name = "Phorid Envirosuit (Security)" + item_path = /obj/item/clothing/under/plasmaman/security + +/datum/loadout_item/undersuit/suit/phorid_bitrunner + name = "Phorid Envirosuit (Cargo, Bitrunner)" + item_path = /obj/item/clothing/under/plasmaman/bitrunner + +/datum/loadout_item/undersuit/suit/phorid_cargo + name = "Phorid Envirosuit (Cargo)" + item_path = /obj/item/clothing/under/plasmaman/cargo + +/datum/loadout_item/undersuit/suit/phorid_chaplain + name = "Phorid Envirosuit (Service, Chaplain)" + item_path = /obj/item/clothing/under/plasmaman/chaplain + /** * MISCELLANEOUS */ @@ -505,10 +573,6 @@ 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 From 5d9ced96cbafa8b5bc7c074681d3c8e008940db3 Mon Sep 17 00:00:00 2001 From: kirieiki Date: Wed, 20 May 2026 19:52:14 -0400 Subject: [PATCH 11/13] oops not the pr for it --- modular_doppler/loadout_categories/categories/undersuit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/undersuit.dm b/modular_doppler/loadout_categories/categories/undersuit.dm index d47cf8a43efa0b..2ce3f55633956a 100644 --- a/modular_doppler/loadout_categories/categories/undersuit.dm +++ b/modular_doppler/loadout_categories/categories/undersuit.dm @@ -286,11 +286,11 @@ item_path = /obj/item/clothing/under/suit/pencil/green /datum/loadout_item/undersuit/skirt/lizard_kilt_tan - name = "Tiziran War Kilt (Tan)" + name = "Tizirian War Kilt (Tan)" item_path = /obj/item/clothing/under/lizard_kilt /datum/loadout_item/undersuit/skirt/lizard_kilt_white - name = "Tiziran War Kilt (White)" + name = "Tizirian War Kilt (White)" item_path = /obj/item/clothing/under/lizard_kilt/white /datum/loadout_item/undersuit/skirt/simple From 732512c2136f4260c8853ada2bbd0dca901b9787 Mon Sep 17 00:00:00 2001 From: kirieiki Date: Sat, 23 May 2026 00:10:59 -0400 Subject: [PATCH 12/13] creates new categories for the envirosuit stuff --- .../loadout_categories/categories/heads.dm | 27 +++++++----- .../categories/undersuit.dm | 44 +++++++++---------- 2 files changed, 39 insertions(+), 32 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/heads.dm b/modular_doppler/loadout_categories/categories/heads.dm index 1c672261f09c85..c5a999b910bc4d 100644 --- a/modular_doppler/loadout_categories/categories/heads.dm +++ b/modular_doppler/loadout_categories/categories/heads.dm @@ -327,43 +327,50 @@ name = "Hard Hat (Red)" item_path = /obj/item/clothing/head/utility/hardhat/red -/datum/loadout_item/head/helmets/white_enviro +/** + * 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/helmets/mining_enviro +/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/helmets/bitrunner_enviro +/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/helmets/cargo_enviro +/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/helmets/chaplain_enviro +/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/helmets/med_enviro +/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/helmets/coroner_enviro +/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/helmets/paramed_enviro +/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/helmets/chemist_enviro +/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/helmets/robotics_enviro +/datum/loadout_item/head/envirohelm/robotics_enviro name = "Phorid Envirosuit Helmet (Science, Robotics)" item_path = /obj/item/clothing/head/helmet/space/plasmaman/robotics diff --git a/modular_doppler/loadout_categories/categories/undersuit.dm b/modular_doppler/loadout_categories/categories/undersuit.dm index 2ce3f55633956a..7a29ea62b5da65 100644 --- a/modular_doppler/loadout_categories/categories/undersuit.dm +++ b/modular_doppler/loadout_categories/categories/undersuit.dm @@ -476,69 +476,65 @@ item_path = /obj/item/clothing/under/dress/skirt/primitive_genemod_tunic /** - * SUITS + * ENVIROSUITS */ -/datum/loadout_item/undersuit/suit - group = "Suits" - abstract_type = /datum/loadout_item/undersuit/suit +/datum/loadout_item/undersuit/envirosuit + group = "Envirosuits" + abstract_type = /datum/loadout_item/undersuit/envirosuit -/datum/loadout_item/undersuit/suit/biosuit_alt - name = "Biosuit (White)" - item_path = /obj/item/clothing/under/underlayer/white - -/datum/loadout_item/undersuit/suit/phorid_slacks +/datum/loadout_item/undersuit/envirosuit/phorid_slacks name = "Phorid Enviroslacks" item_path = /obj/item/clothing/under/plasmaman/enviroslacks -/datum/loadout_item/undersuit/suit/phorid_engi +/datum/loadout_item/undersuit/envirosuit/phorid_engi name = "Phorid Envirosuit (Engineering)" item_path = /obj/item/clothing/under/plasmaman/engineering -/datum/loadout_item/undersuit/suit/phorid_atmos +/datum/loadout_item/undersuit/envirosuit/phorid_atmos name = "Phorid Envirosuit (Engineering, Atmospherics)" item_path = /obj/item/clothing/under/plasmaman/atmospherics -/datum/loadout_item/undersuit/suit/phorid_med +/datum/loadout_item/undersuit/envirosuit/phorid_med name = "Phorid Envirosuit (Medical)" item_path = /obj/item/clothing/under/plasmaman/medical -/datum/loadout_item/undersuit/suit/phorid_chemist +/datum/loadout_item/undersuit/envirosuit/phorid_chemist name = "Phorid Envirosuit (Medical, Chemistry)" item_path = /obj/item/clothing/under/plasmaman/chemist -/datum/loadout_item/undersuit/suit/phorid_coroner +/datum/loadout_item/undersuit/envirosuit/phorid_coroner name = "Phorid Envirosuit (Medical, Coroner)" item_path = /obj/item/clothing/under/plasmaman/coroner -/datum/loadout_item/undersuit/suit/phorid_paramed +/datum/loadout_item/undersuit/envirosuit/phorid_paramed name = "Phorid Envirosuit (Medical, Paramedic)" item_path = /obj/item/clothing/under/plasmaman/paramedic -/datum/loadout_item/undersuit/suit/phorid_sci +/datum/loadout_item/undersuit/envirosuit/phorid_sci name = "Phorid Envirosuit (Science)" item_path = /obj/item/clothing/under/plasmaman/science -/datum/loadout_item/undersuit/suit/phorid_robotics +/datum/loadout_item/undersuit/envirosuit/phorid_robotics name = "Phorid Envirosuit (Science, Robotics)" item_path = /obj/item/clothing/under/plasmaman/robotics -/datum/loadout_item/undersuit/suit/phorid_genetics +/datum/loadout_item/undersuit/envirosuit/phorid_genetics name = "Phorid Envirosuit (Science, Genetics)" item_path = /obj/item/clothing/under/plasmaman/genetics -/datum/loadout_item/undersuit/suit/phorid_sec +/datum/loadout_item/undersuit/envirosuit/phorid_sec name = "Phorid Envirosuit (Security)" item_path = /obj/item/clothing/under/plasmaman/security -/datum/loadout_item/undersuit/suit/phorid_bitrunner +/datum/loadout_item/undersuit/envirosuit/phorid_bitrunner name = "Phorid Envirosuit (Cargo, Bitrunner)" item_path = /obj/item/clothing/under/plasmaman/bitrunner -/datum/loadout_item/undersuit/suit/phorid_cargo +/datum/loadout_item/undersuit/envirosuit/phorid_cargo name = "Phorid Envirosuit (Cargo)" item_path = /obj/item/clothing/under/plasmaman/cargo -/datum/loadout_item/undersuit/suit/phorid_chaplain +/datum/loadout_item/undersuit/envirosuit/phorid_chaplain name = "Phorid Envirosuit (Service, Chaplain)" item_path = /obj/item/clothing/under/plasmaman/chaplain @@ -576,3 +572,7 @@ /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 From d36862cb74d5a620af605fe1b9de049f8b6205f2 Mon Sep 17 00:00:00 2001 From: kirieiki Date: Sun, 7 Jun 2026 21:29:21 -0400 Subject: [PATCH 13/13] changes the envirogloves so that they include a "phorid" keyword --- .../loadout_categories/categories/gloves.dm | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modular_doppler/loadout_categories/categories/gloves.dm b/modular_doppler/loadout_categories/categories/gloves.dm index 703635b18533c0..1750ce4d0256dc 100644 --- a/modular_doppler/loadout_categories/categories/gloves.dm +++ b/modular_doppler/loadout_categories/categories/gloves.dm @@ -165,47 +165,47 @@ abstract_type = /datum/loadout_item/gloves/envirogloves /datum/loadout_item/gloves/envirogloves/black - name = "Black Envirogloves" + name = "Phorid Envirogloves (Black)" item_path = /obj/item/clothing/gloves/color/plasmaman/black /datum/loadout_item/gloves/envirogloves/white - name = "White Envirogloves" + name = "Phorid Envirogloves (White)" item_path = /obj/item/clothing/gloves/color/plasmaman/white /datum/loadout_item/gloves/envirogloves/nitrile - name = "Nitrile Envirogloves" + name = "Phorid Envirogloves (Nitrile)" item_path = /obj/item/clothing/gloves/color/plasmaman/plasmanitrile /datum/loadout_item/gloves/envirogloves/red - name = "Red Envirogloves" + name = "Phorid Envirogloves (Red)" item_path = /obj/item/clothing/gloves/color/plasmaman/robot /datum/loadout_item/gloves/envirogloves/orange - name = "Orange Envirogloves" + name = "Phorid Envirogloves (Orange)" item_path = /obj/item/clothing/gloves/color/plasmaman/engineer /datum/loadout_item/gloves/envirogloves/blue - name = "Blue Envirogloves" + name = "Phorid Envirogloves (Blue)" item_path = /obj/item/clothing/gloves/color/plasmaman/atmos /datum/loadout_item/gloves/envirogloves/tan - name = "Tan Envirogloves" + name = "Phorid Envirogloves (Tan)" item_path = /obj/item/clothing/gloves/color/plasmaman/cargo /datum/loadout_item/gloves/envirogloves/explorer - name = "Explorer Envirogloves" + name = "Phorid Envirogloves (Explorer)" item_path = /obj/item/clothing/gloves/color/plasmaman/explorer /datum/loadout_item/gloves/envirogloves/purple - name = "Purple Envirogloves" + name = "Phorid Envirogloves (Purple)" item_path = /obj/item/clothing/gloves/color/plasmaman/janny /datum/loadout_item/gloves/envirogloves/teal - name = "Teal Envirogloves" + name = "Phorid Envirogloves (Teal)" item_path = /obj/item/clothing/gloves/color/plasmaman/centcom_official /datum/loadout_item/gloves/envirogloves/green - name = "Green Envirogloves" + name = "Phorid Envirogloves (Green)" item_path = /obj/item/clothing/gloves/color/plasmaman/centcom_commander /**