Skip to content

Commit

Permalink
Parity for small ships (#3436)
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

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:

<!-- 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
Apogee-dev authored Oct 5, 2024
1 parent a6e2451 commit bd32092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _maps/configs/independent_kilo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
"slots": 2
"slots": 1
}
},
"enabled": true
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/independent_mudskipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"SPACE"
],
"map_path": "_maps/shuttles/independent/independent_mudskipper.dmm",
"limit": 1,
"limit": 2,
"starting_funds": 1500,
"job_slots": {
"Salvage Leader": {
Expand Down

0 comments on commit bd32092

Please sign in to comment.