Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9246efc
Reorganize the loadout; Head
beeperoil Oct 29, 2025
8b5da83
Fixed line 84 to have a / at the beginning
beeperoil Oct 29, 2025
30ca84c
Merge branch 'DopplerShift13:master' into master
beeperoil Oct 29, 2025
81ae38c
Fixed indentation on line 82
beeperoil Oct 29, 2025
9af376e
Renames loadout items
beeperoil Nov 1, 2025
8fad8c1
Renames a beret to sit with the other berets
beeperoil Nov 1, 2025
8072b9a
Renames a beret to sit with the other berets
beeperoil Nov 1, 2025
5fffdca
Adds proper spacing on line 97
beeperoil Nov 1, 2025
b7e5cd0
Renames the bandanas to sit next to each other in loadout
beeperoil Nov 1, 2025
fbb3c6f
Removes 2 cowboy hats because i forgot to before
beeperoil Nov 1, 2025
9268020
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 1, 2025
cdc9c95
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 1, 2025
831634a
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 6, 2025
58b9a77
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 11, 2025
ae1d369
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 12, 2025
86ac43e
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 17, 2025
748cbbd
Merge branch 'DopplerShift13:master' into master
beeperoil Nov 24, 2025
0a741ac
Merge branch 'DopplerShift13:master' into master
beeperoil Dec 22, 2025
5fe8279
Merge branch 'DopplerShift13:master' into master
beeperoil Jan 2, 2026
866876e
Merge branch 'DopplerShift13:master' into master
beeperoil Jan 21, 2026
a369c13
Merge branch 'master' of https://github.com/beeperoil/DopplerShift
beeperoil Apr 22, 2026
30a639f
Merge branch 'DopplerShift13:master' into master
beeperoil May 20, 2026
7e653f2
adds phorid stuff to the loadout yaay
beeperoil May 20, 2026
5d9ced9
oops not the pr for it
beeperoil May 20, 2026
732512c
creates new categories for the envirosuit stuff
beeperoil May 23, 2026
4b48d1b
Merge branch 'master' into Loadout-Envirosuits
beeperoil May 28, 2026
d36862c
changes the envirogloves so that they include a "phorid" keyword
beeperoil Jun 8, 2026
62c151f
Merge branch 'master' into Loadout-Envirosuits
beeperoil Jun 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions modular_doppler/loadout_categories/categories/gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +163 to +209

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider changing to Phorid Envirogloves (Colour) parallel to the other options

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh good point

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be out of scope to subtype them? otherwise they'll be named centcom official/centcom commander envirogloves by default ingame


/**
* MISCELLANEOUS
*/
Expand Down
47 changes: 47 additions & 0 deletions modular_doppler/loadout_categories/categories/heads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
72 changes: 68 additions & 4 deletions modular_doppler/loadout_categories/categories/undersuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
Loading