Skip to content

Commit

Permalink
Atmos +ACCESS_ENGINE_EQUIP
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Dec 6, 2024
1 parent 6e524bc commit 3021aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/balance/code/access/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/datum/job/atmos/New()
. = ..()
access |= list(ACCESS_ENGINE)
access |= list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP)

/datum/job/engineer/New()
. = ..()
Expand Down

0 comments on commit 3021aa9

Please sign in to comment.