Skip to content

Commit

Permalink
Revert "Merge branch 'master' of https://github.com/bruhlookatthisdoo…
Browse files Browse the repository at this point in the history
…d/Yogstation"

This reverts commit 073980f, reversing
changes made to 1ece1e3.
  • Loading branch information
bruhlookatthisdood committed Mar 25, 2022
1 parent 073980f commit f9dd0f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion code/__DEFINES/sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@
#define ANNOUNCER_SHUTTLEDOCK "announcer_shuttledock"
#define ANNOUNCER_SHUTTLERECALLED "announcer_shuttlerecalled"
#define ANNOUNCER_SPANOMALIES "announcer_spanomalies"
#define ANNOUNCER_INTERCEPT "announcer_intercept"
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/quartermaster.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

outfit = /datum/outfit/job/quartermaster

alt_titles = list("Stock Controller", "Cargo Coordinator", "Shipping Overseer", "Head of Cargo")
alt_titles = list("Stock Controller", "Cargo Coordinator", "Shipping Overseer")

access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_QM, ACCESS_MINING, ACCESS_MECH_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM, ACCESS_VAULT)
minimal_access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_QM, ACCESS_MINING, ACCESS_MECH_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM, ACCESS_VAULT)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GLOBAL_LIST_INIT(alt_science_positions, list(

GLOBAL_LIST_INIT(alt_supply_positions, list(
"Chief of Staff", "Head of Internal Affairs",
"Stock Controller", "Cargo Coordinator", "Shipping Overseer", "Head of Cargo",
"Stock Controller", "Cargo Coordinator", "Shipping Overseer",
"Deliveryperson", "Mail Service", "Exports Handler", "Cargo Trainee", "Crate Pusher",
"Lavaland Scout", "Prospector", "Junior Miner", "Major Miner"))

Expand Down

0 comments on commit f9dd0f7

Please sign in to comment.