Skip to content

Adds Envirosuits and Co. to The Loadout#1072

Open
beeperoil wants to merge 28 commits into
DopplerShift13:masterfrom
beeperoil:Loadout-Envirosuits
Open

Adds Envirosuits and Co. to The Loadout#1072
beeperoil wants to merge 28 commits into
DopplerShift13:masterfrom
beeperoil:Loadout-Envirosuits

Conversation

@beeperoil

Copy link
Copy Markdown

About The Pull Request

  • Adds envirosuits to the undersuit section of the loadout
  • Adds envirosuit gloves to the hands section of the loadout
  • Adds envirosuit helmets to the head section of the loadout

Why It's Good For The Game

It allows for more customization, especially for a species (Phorids) that has little drip to work with in the first place.

Testing Evidence

image image image

Changelog

🆑
add: Added items to the head, hands, and undersuit categories in the loadout for Phorids.
/:cl:

beeperoil and others added 24 commits October 29, 2025 16:59
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
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>
Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
They'll be back later

Signed-off-by: kirieiki <53238276+beeperoil@users.noreply.github.com>
@github-actions github-actions Bot added the Feature Something new, something fresh. label May 20, 2026
@beeperoil

Copy link
Copy Markdown
Author

i know i'ma have to change my PR to match #1068 's later on 👍

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.

Envirohelmets and envirosuits will need to be in their own subcategory, not just with "helmets" and "suits"

@beeperoil

Copy link
Copy Markdown
Author

Envirohelmets and envirosuits will need to be in their own subcategory, not just with "helmets" and "suits"

can do

@kannthus kannthus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me personally, I agree the grouping looks much neater.

Good job Kiri ❤️

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions Bot added the Stale label Jun 6, 2026
Comment on lines +163 to +209
/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

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

@github-actions github-actions Bot requested a review from 00-Steven June 8, 2026 01:30
@github-actions github-actions Bot removed the Stale label Jun 8, 2026
@github-actions

Copy link
Copy Markdown

This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@00-Steven 00-Steven left a comment

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.

to refresh as a new review, given it's been a while
dawson makes a very good point that a lot of the gloves aren't just colour subtypes, but named subtypes with (supposedly) specific icon states

/obj/item/clothing/gloves/color/plasmaman/centcom_commander
name = "CentCom commander envirogloves"
icon_state = "commanderplasma"
greyscale_colors = "#009100"
/obj/item/clothing/gloves/color/plasmaman/centcom_official
name = "CentCom official envirogloves"
icon_state = "officialplasma"
greyscale_colors = "#10af77"
/obj/item/clothing/gloves/color/plasmaman/centcom_intern
name = "CentCom intern envirogloves"
icon_state = "internplasma"
greyscale_colors = "#00974b"

so I would request these be their own item types/subtypes

@github-actions github-actions Bot removed the Stale label Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Something new, something fresh.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants