Skip to content

Commit

Permalink
Extend Access for NTR & BSO (#1544)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Adds Cargo & Lawyer access to NanoTrasen Representative
Adds Cargo access for Blueshield Officer

NTR is given lawyer to allow them to access the brig. NTR has brig
access but is unable to enter brig on most maps due to brig access not
being used, so gave them lawyer access.
NTR is also given cargo access so they can write reports about
logistics.
BSO should have basic access to all departments, logistics was missing
so added cargo.

Should hopefully not interfere with PR #1536 as it only changes BSO &
NTR

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- tweak: Tweaked the access of NTR to include Lawyer & Cargo
- tweak: Tweaked the access of BSO to include Cargo

---------

Co-authored-by: sleepyyapril <[email protected]>
  • Loading branch information
astriloqua and sleepyyapril authored Jan 15, 2025
1 parent 94291c4 commit 35c1651
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Engineering
- Medical
- Research
- Cargo
- Command
- CentralCommand
- BlueshieldOfficer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
- Maintenance
- Engineering
- Medical
- Research
- Research
- Command
- NanotrasenRepresentative
- Lawyer
- Cargo
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
Expand Down

0 comments on commit 35c1651

Please sign in to comment.