mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
Adds the ability to calculate the information during runtime by iterating through the shuttle areas; which essentially means that you now have the ability to shrink/expand shuttles. A front end for doing this has not been implemented in this PR, however this means that in the future doing so would be as simple as adding the new area into the shuttle_areas list on the docking port and then calling `calculate_docking_port_information` on the docking port.