Skip to content

Commit

Permalink
Allow robotics to use the R&D scientists console
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Mar 7, 2024
1 parent fc9ba22 commit 09bf9d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_ss220/balance/code/access/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
/datum/job/engineer/New()
. = ..()
access += list(ACCESS_ATMOSPHERICS)

/datum/job/roboticist/New()
. = ..()
access += list(ACCESS_TOX)

0 comments on commit 09bf9d7

Please sign in to comment.