mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
## About The Pull Request This PR removes a completely unused file, which added `/datum/supply_pack`s originally containing the materials for the mineral stock market contents, plus a define, MARKET_QUANTITY_HELPERS. Neither of these wound up being used in the final revision of the galactic mineral market, and I stumbled upon these to my horror that they're still in the code and completely unused as a result. Yikes! ## Why It's Good For The Game Removes unused code that is both not being utilized by the mineral market, but in fact was superseded by the current implementation during development and managed to slip it's way through review. ## Changelog No front facing changes, as the code was unused.