mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 10:31:34 +00:00
* Shipping manifests now display repeated items on a single line & Makes an adjustment to manifest errors (#76012) ## About The Pull Request Firstly, what is says on the tin. Screenshots for comparison: | Old | New | | ------------- | ------------- | |  |  | Secondly, I had to rewrite the way manifest content errors work and took the liberty of making some adjustments: - Items are now guaranteed to be missing from the manifest if the error is rolled (Otherwise you could get unlucky and receive a manifest that's labelled as erroneous but has no signs of it) - Rather than being a 50% chance to omit each item, it will remove a random number of items from 1 to half of the total amount of items. ## Why It's Good For The Game Improves the readability of the manifests. Removes a fairly annoying edge case with manifest errors. ## Changelog 🆑 fix: shipping manifests labelled as erroneous due to missing contents are now guaranteed to be missing contents spellcheck: shipping manifests now display repeated items on a single line /🆑 * Shipping manifests now display repeated items on a single line & Makes an adjustment to manifest errors --------- Co-authored-by: A miscellaneous Fern <80640114+FernandoJ8@users.noreply.github.com>