Skip to content

Commit

Permalink
Set default synth Sierra access to full
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Sep 15, 2023
1 parent facade2 commit cccfc6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions maps/sierra/job/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
ACCESS_REGION_SUPPLY = list(access_qm, access_change_ids),
)

// It will autoinit in New()
synth_access = list(access_synth)

/datum/map/sierra/New()
. = ..()
synth_access += get_all_station_access()

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GAS JOBS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// GRADE C
Expand Down

0 comments on commit cccfc6c

Please sign in to comment.