Skip to content

Commit

Permalink
Komodo FO is now an officer. (#3449)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Title plus puts them at the top of the list.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
FOs are officers and at the top of the list.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
fix: Komodo Bridge Officer is now actually an officer.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Sadhorizon authored Oct 5, 2024
1 parent b009822 commit 5f9d09f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _maps/configs/syndicate_gorlex_komodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"officer": true,
"slots": 1
},
"Bridge Officer": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/cybersun",
"officer": true,
"slots": 1
},
"Medic": {
"outfit": "/datum/outfit/job/syndicate/doctor/gorlex",
"slots": 1
Expand All @@ -44,10 +49,6 @@
"Deck Assistant": {
"outfit": "/datum/outfit/job/syndicate/assistant/gorlex",
"slots": 2
},
"Bridge Officer": {
"outfit": "/datum/outfit/job/syndicate/head_of_personnel/cybersun",
"slots": 1
}
},
"enabled": true
Expand Down

0 comments on commit 5f9d09f

Please sign in to comment.