Skip to content

Commit

Permalink
Reduces spawn limit for Mudskipper and Kilo (#4248)
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

Mudskipper and Kilo were the only ships with a spawn limit higher than
1, and this was to help ensure smaller ships would be available for
players to spawn. Now that several small independent ships are being
added to the game, this is less of a concern. Also it might reduce the
number of solo ships clogging up the manifest, marginally.

## Why It's Good For The Game

maybe a little less soloshipping would be good for the game. you WILL
interact with other players in the multiplayer game

## Changelog

:cl:
balance: Reduced Mudskipper and Kilo spawn limit to 1 each
/: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 Feb 26, 2025
1 parent ab3d438 commit 0dfa912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _maps/configs/independent_kilo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"map_short_name": "Kilo-class",
"starting_funds": 1500,
"map_path": "_maps/shuttles/independent/independent_kilo.dmm",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/independent/captain/cheap",
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 @@ -16,7 +16,7 @@
"SPACE"
],
"map_path": "_maps/shuttles/independent/independent_mudskipper.dmm",
"limit": 2,
"limit": 1,
"starting_funds": 1500,
"job_slots": {
"Salvage Leader": {
Expand Down

0 comments on commit 0dfa912

Please sign in to comment.