From 5f9d09f7c5592a510a6f4f906e3cce15044363a5 Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:15:32 +0200 Subject: [PATCH 1/2] Komodo FO is now an officer. (#3449) ## About The Pull Request Title plus puts them at the top of the list. ## Why It's Good For The Game FOs are officers and at the top of the list. ## Changelog :cl: fix: Komodo Bridge Officer is now actually an officer. /:cl: --- _maps/configs/syndicate_gorlex_komodo.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_maps/configs/syndicate_gorlex_komodo.json b/_maps/configs/syndicate_gorlex_komodo.json index ca72d5b0eef5f..b51dee46ffd9e 100644 --- a/_maps/configs/syndicate_gorlex_komodo.json +++ b/_maps/configs/syndicate_gorlex_komodo.json @@ -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 @@ -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 From c06cd86246f21eb9bd8247862c830dd69efaaae5 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 5 Oct 2024 14:26:07 -0500 Subject: [PATCH 2/2] Automatic changelog generation for PR #3449 [ci skip] --- html/changelogs/AutoChangeLog-pr-3449.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3449.yml diff --git a/html/changelogs/AutoChangeLog-pr-3449.yml b/html/changelogs/AutoChangeLog-pr-3449.yml new file mode 100644 index 0000000000000..b13db714084e4 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3449.yml @@ -0,0 +1,4 @@ +author: Sadhorizon +changes: + - {bugfix: Komodo Bridge Officer is now actually an officer.} +delete-after: true