Skip to content

Commit

Permalink
Fix Medical Director/Assistant access (Foundation-19#1716)
Browse files Browse the repository at this point in the history
* gives MD/AMD correct access

* revert googly changes

---------

Co-authored-by: tichys <[email protected]>
  • Loading branch information
2 people authored and MysticalFaceLesS committed Dec 26, 2024
1 parent e63ee44 commit 0fb77d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/jobs/job/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
ACCESS_SCIENCE_LVL4,
ACCESS_ADMIN_LVL1,
ACCESS_ADMIN_LVL2,
ACCESS_ADMIN_LVL3,
ACCESS_ENGINEERING_LVL1,
ACCESS_ENGINEERING_LVL2,
ACCESS_ENGINEERING_LVL3,
Expand Down
1 change: 1 addition & 0 deletions code/game/jobs/job/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
ACCESS_SCIENCE_LVL1,
ACCESS_ADMIN_LVL1,
ACCESS_ADMIN_LVL2,
ACCESS_ADMIN_LVL3,
ACCESS_ENGINEERING_LVL1
)
minimal_access = list()
Expand Down
1 change: 1 addition & 0 deletions code/game/jobs/job/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
ACCESS_ADMIN_LVL1,
ACCESS_ADMIN_LVL2,
ACCESS_ADMIN_LVL3,
ACCESS_ADMIN_LVL4,
ACCESS_KEYAUTH,
ACCESS_RESEARCH,
ACCESS_ROBOTICS
Expand Down

0 comments on commit 0fb77d5

Please sign in to comment.