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] 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 ca72d5b0eef5..b51dee46ffd9 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