Skip to content

Commit

Permalink
ASO/QM Database access (#4230)
Browse files Browse the repository at this point in the history
# About the pull request
Takes database access from the QM and gives it to the ASO. (Ability to
modify IDs)
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Oversight that ASO can't modify IDs. Removing from QM as due to place in
command inheritance they shouldn't keep it as those above don't have it.
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
add: Gave the ASO ability to modify IDs.
del: Removed this from the QM.
/:cl:
  • Loading branch information
realforest2001 committed Aug 23, 2023
1 parent f10806d commit c8acbd4
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 c8acbd4

Please sign in to comment.