Skip to content

Commit 35c1651

Browse files
Extend Access for NTR & BSO (#1544)
<!-- 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]>
1 parent 94291c4 commit 35c1651

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Resources/Prototypes/_Goobstation/Roles/Jobs/Command/blueshield_officer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- Engineering
3030
- Medical
3131
- Research
32+
- Cargo
3233
- Command
3334
- CentralCommand
3435
- BlueshieldOfficer

Resources/Prototypes/_Goobstation/Roles/Jobs/Command/nanotrasen_representative.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@
2222
- Maintenance
2323
- Engineering
2424
- Medical
25-
- Research
25+
- Research
2626
- Command
2727
- NanotrasenRepresentative
28+
- Lawyer
29+
- Cargo
2830
special:
2931
- !type:AddImplantSpecial
3032
implants: [ MindShieldImplant ]

0 commit comments

Comments
 (0)