Commit Graph

3 Commits

Author SHA1 Message Date
SkyratBot
cf96a02160 [MIRROR] Extends the metric prefixes. (#26804)
* Extends the metric prefixes. (#81739)

## About The Pull Request
Extends the metric prefixes some things will display. Adds the quecto,
ronto, yocto, zepto. atto, exa, zetta, yotta, ronna and quetta prefixes.
## Why It's Good For The Game
Makes it easier to read the numbers when someone manages to break atmos
or whatever.
## Changelog
🆑
qol: Extended the metric prefixes.
/🆑

* Extends the metric prefixes.

---------

Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
2024-03-08 19:21:29 -05:00
SkyratBot
9a73dabdc0 [MIRROR] Canister max. pressure capacity display fix (#1477)
* Canister max. pressure capacity display fix (#54600)

Atmos canisters now display their correct max. pressure capacity. Game code always expects kPa, code for SI-prefix-generation only expects the base unit (here: Pa), so the displayed value was always off by the factor 1000.

* Canister max. pressure capacity display fix

Co-authored-by: MadMedicineMan <65600900+MadMedicineMan@users.noreply.github.com>
2020-10-27 09:39:40 +01:00
Daniel Hultgren
28958169a1 Added SI unit formatting proc and applied it to canister examine (#52235)
* Added si unit formatting proc, and unit tests for it

* Added canister examine note for what their max pressure is

* Fixed the siunit proc comment abit
2020-07-15 22:29:13 +08:00