From bd320923e11eda33093be107c922056bad544537 Mon Sep 17 00:00:00 2001 From: Apogee-dev <60533805+Apogee-dev@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:43:55 -0700 Subject: [PATCH] Parity for small ships (#3436) ## About The Pull Request Nixes the extra deckhand from Kilo and increases the Mudskipper's spawn limit by 1. Hopefully we don't just get those maxed out every single round. ## Why It's Good For The Game Brings the two smallest ships in the game into parity with each other, and provides at least a little more flexibility for players that respawn or come in late. ## Changelog :cl: balance: increased mudskipper limit to 2 balance: cut a deckhand slot from kilo /:cl: --- _maps/configs/independent_kilo.json | 2 +- _maps/configs/independent_mudskipper.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_maps/configs/independent_kilo.json b/_maps/configs/independent_kilo.json index 0890ba4a9cef..9ff4ccfbf191 100644 --- a/_maps/configs/independent_kilo.json +++ b/_maps/configs/independent_kilo.json @@ -31,7 +31,7 @@ }, "Deckhand": { "outfit": "/datum/outfit/job/independent/assistant", - "slots": 2 + "slots": 1 } }, "enabled": true diff --git a/_maps/configs/independent_mudskipper.json b/_maps/configs/independent_mudskipper.json index 8db7b5668e03..469230d752a3 100644 --- a/_maps/configs/independent_mudskipper.json +++ b/_maps/configs/independent_mudskipper.json @@ -15,7 +15,7 @@ "SPACE" ], "map_path": "_maps/shuttles/independent/independent_mudskipper.dmm", - "limit": 1, + "limit": 2, "starting_funds": 1500, "job_slots": { "Salvage Leader": {