Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bubble docking adjustment (shiptest-ss13#2415)
Adjust mobile docking port to ensure east facing, added stationary docking port. <!-- 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. --> The Bubble lacked a docking port for shuttles, and would rotate in flight. Expanded map height (Y) by one to fit stationary dock. Added stationary dock to south airlock for shuttle use: ![Weaver Lambda AB 2023-10-19 055811](https://github.com/shiptest-ss13/Shiptest/assets/14267245/0d8da4b2-a9f3-4de1-baf5-155ad3829a70) Moved mobile dock to north pad and corrected `preferred_direction` (was north!) and `port_direction`. This ensured east-facing during transit. With the expanded map height (Y), Bubble map was now a square and would land facing north. Expanded map length (X) to make it rectangular again, and now it correctly lands facing east. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> Shuttle docking adds options. Consistent ship facing prevents issues. <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> :cl: tweak: Bubble now consistently faces east add: added Bubble subshuttle dock /: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