Skip to content

Commit

Permalink
Database access tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 22, 2023
1 parent 552ac06 commit 8732ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
ACCESS_MARINE_CARGO,
ACCESS_MARINE_RO,
ACCESS_MARINE_COMMAND,
ACCESS_MARINE_DATABASE,
ACCESS_MARINE_ALPHA,
ACCESS_MARINE_BRAVO,
ACCESS_MARINE_CHARLIE,
Expand Down Expand Up @@ -637,6 +636,7 @@
. = ..()
access = list(
ACCESS_MARINE_SENIOR,
ACCESS_MARINE_DATABASE,
ACCESS_MARINE_ASO,
ACCESS_MARINE_COMMAND,
ACCESS_MARINE_BRIG,
Expand Down

0 comments on commit 8732ccf

Please sign in to comment.