Skip to content

[BOUNTY] Colored Sterile Masks - #1355

Merged
Thesia000 merged 4 commits into
ProjectOmu:masterfrom
DuskTheSnep:icantthinkofanythingfunnyforthisoneitsjuststerilemasks
Aug 5, 2026
Merged

[BOUNTY] Colored Sterile Masks#1355
Thesia000 merged 4 commits into
ProjectOmu:masterfrom
DuskTheSnep:icantthinkofanythingfunnyforthisoneitsjuststerilemasks

Conversation

@DuskTheSnep

Copy link
Copy Markdown
Contributor

About the PR

Added recolors of the various Sterile Medical Masks used by medical employees, and adds them to their loadouts.
The new colors include black, white, and a full rainbow.

Why / Balance

Requested by someone, and more visual customization is always nice.

Technical details

creates Resources/Prototypes/_Omu/Entities/Clothing/Mask/masks.yml
adds a buncha masks to Resources/Textures/_Omu/Clothing/Mask
adds new masks to Resources/Prototypes/_Omu/Entities/Clothing/Mask/masks.yml
groups old mask in Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml
adds new mask loadouts to Resources/Prototypes/Loadouts/loadout_groups.yml

Media

Renders
image

Ingame
chemmy

Requirements

  • I have read and agree to the Contributor License Agreement.

Breaking changes

Changelog
🆑 DuskTheSnep

  • add: Added various colored medical masks to doctor loadouts. The dye smell will wash out. Probably.

@github-actions github-actions Bot added Changes: No C# Purely YAML/non-C#. Changes: Sprites Makes changes to sprites/RSIs. S: Untriaged Has not been set a status; currently not labeled. labels Aug 4, 2026
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

RSI Diff Bot; head commit 6aa3c8c merging into b05d8b6
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_Omu/Clothing/Mask/sterileblack.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterileblue.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterilegreen.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterileorange.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterilepurple.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterilered.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterilewhite.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

Resources/Textures/_Omu/Clothing/Mask/sterileyellow.rsi

State Old New Status
equipped-MASK-feroxi Added
equipped-MASK-reptilian Added
equipped-MASK-vox Added
equipped-MASK-vulpkanin Added
equipped-MASK Added
icon Added
inhand-left Added
inhand-right Added
up-equipped-MASK-feroxi Added
up-equipped-MASK-vox Added
up-equipped-MASK-vulpkanin Added
up-equipped-MASK Added

@DuskTheSnep

Copy link
Copy Markdown
Contributor Author

i initially tried to do this with the on-the-fly greyscale recoloring system that things like gloves and shoes use but it did not play nice with the species variants and togglability of the sterile masks so i had to do it the manual way unfortunately

@Toaster-Box Toaster-Box added Type: Enhancement New feature or request, change to game. S: Needs Review Needs review by a maintainer. Note: Bounty A pull-request made for a bounty or other offer. Priority: Low This isn't an immediate concern. A: Medical Area: Medical department, including Chemistry and removed S: Untriaged Has not been set a status; currently not labeled. labels Aug 5, 2026
@github-actions github-actions Bot added the S: Needs Second Approval Approved by another maintainer, just needs one more to check it. label Aug 5, 2026
@Thesia000
Thesia000 merged commit 72bd051 into ProjectOmu:master Aug 5, 2026
19 checks passed
OmuStationBot added a commit that referenced this pull request Aug 5, 2026
@github-actions github-actions Bot added S: Approved This PR has been approved. and removed S: Needs Review Needs review by a maintainer. S: Needs Second Approval Approved by another maintainer, just needs one more to check it. labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A: Medical Area: Medical department, including Chemistry Changes: No C# Purely YAML/non-C#. Changes: Sprites Makes changes to sprites/RSIs. Note: Bounty A pull-request made for a bounty or other offer. Priority: Low This isn't an immediate concern. S: Approved This PR has been approved. size/M Type: Enhancement New feature or request, change to game.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants