Skeleton shift expanded access
What Does This PR Do
Crew will now receive extra access during skeleton shifts (<= 20 crew on manifest).
Breakdown of each job's extra access by department:
Medical
| Job | Extra access |
|---|---|
| Medical Doctor | ACCESS_CHEMISTRY ACCESS_MINERAL_STOREROOM ACCESS_VIROLOGY |
| Paramedic | ACCESS_SURGERY ACCESS_CHEMISTRY ACCESS_MINERAL_STOREROOM ACCESS_VIROLOGY |
| Chemist | ACCESS_MORGUE ACCESS_SURGERY ACCESS_VIROLOGY |
| Virologist | ACCESS_MORGUE ACCESS_SURGERY ACCESS_CHEMISTRY ACCESS_MINERAL_STOREROOM |
| Coroner | ACCESS_SURGERY ACCESS_CHEMISTRY ACCESS_MINERAL_STOREROOM ACCESS_VIROLOGY |
| Psychiatrist | ACCESS_MORGUE ACCESS_SURGERY ACCESS_CHEMISTRY ACCESS_MINERAL_STOREROOM ACCESS_VIROLOGY |
Engineering
| Job | Extra access |
|---|---|
| Engineer | ACCESS_ATMOSPHERICS |
| Atmospheric Technician | ACCESS_STATION_ENGINEER ACCESS_ENGINE_EQUIP |
Science
Note: Xenobiologists have access to things like teleporter and cargo, and I don't know how much of it is strictly necessary to do the job. Thoughts?| Job | Extra access |
|---|---|
| Scientist | ACCESS_ROBOTICS ACCESS_TECH_STORAGE ACCESS_GENETICS |
| Xenobiologist | ACCESS_TOX_STORAGE ACCESS_TOX ACCESS_ROBOTICS ACCESS_TECH_STORAGE ACCESS_GENETICS |
| Roboticist | ACCESS_TOX_STORAGE ACCESS_TOX ACCESS_GENETICS |
| Geneticist | ACCESS_TOX_STORAGE ACCESS_TOX ACCESS_MINERAL_STOREROOM ACCESS_ROBOTICS ACCESS_TECH_STORAGE |
Supply
| Job | Extra access |
|---|---|
| Cargo Technician | ACCESS_MINING ACCESS_MINING_STATION ACCESS_SMITH |
| Shaft Miner | ACCESS_SMITH ACCESS_SUPPLY_SHUTTLE |
| Smith | ACCESS_SUPPLY_SHUTTLE |
Service
| Job | Extra access |
|---|---|
| Bartender | ACCESS_KITCHEN |
| Chef | ACCESS_BAR ACCESS_HYDROPONICS ACCESS_MINERAL_STOREROOM |
| Botanist | ACCESS_KITCHEN |
Security
| Job | Extra access |
|---|---|
| Security Officer | ACCESS_FORENSICS_LOCKERS ACCESS_MORGUE |
| Warden | ACCESS_FORENSICS_LOCKERS ACCESS_MORGUE |
Why It's Good For The Game
Giving crew general access to their departments during very lowpop rounds should hopefully reduce frustration and make the station a little bit easier to keep functional.
Testing
Declaration
- [x] I confirm that I either do not require pre-approval for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.
Changelog
:cl:
/:cl:
maybe give robo RND access so they can actually open the windoor that blocks the desk in RND
maybe give robo RND access so they can actually open the windoor that blocks the desk in RND
This should already give everyone access to the windoors you are thinking of.
That is because ACCESS_RESEARCH is general department access, the one you would find on IAA ID or janitor's keys.
What actually is used for RnD console access and the windoor in question is ACCESS_TOX.
maybe give robo RND access so they can actually open the windoor that blocks the desk in RND
This should already give everyone access to the windoors you are thinking of. That is because
ACCESS_RESEARCHis general department access, the one you would find on IAA ID or janitor's keys. What actually is used for RnD console access and the windoor in question isACCESS_TOX.
ah I didn't know that thanks for letting me know