Files
Bubberstation/code/modules/cargo
SkyratBot b90da38061 [MIRROR] Shipping manifests now display repeated items on a single line & Makes an adjustment to manifest errors [MDB IGNORE] (#21883)
* 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 |
| ------------- | ------------- |
|
![imagen](https://github.com/tgstation/tgstation/assets/80640114/28f5f3d0-addd-4c48-a3e2-291a540c31ed)
|
![imagen](https://github.com/tgstation/tgstation/assets/80640114/e8e0a6f2-c45c-49c4-8e08-924b1603e759)
|

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>
2023-06-18 15:14:00 +01:00
..