mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-03-21 03:23:13 +00:00
* Fixes the APC full_charge mapping helper (#76650) ## About The Pull Request Currently the full_charge APC helper just sets the cell's charge to 100 flat, instead of 100%. This PR fixes that by setting the cell's charge to whatever the cell's max charge is. This is also my first PR. I was hoping to add a whiteship or something instead but a fix is good too. ## Why It's Good For The Game A mapping helper for giving APCs a full charge should actually fully charge the APCs, instead of giving them only ~5% charge. ## Changelog 🆑 fix: Fully charged APCs will now actually be fully charged, instead of nearly empty. /🆑 * Fixes the APC full_charge mapping helper --------- Co-authored-by: Nimowa <nimowa.kaido@protonmail.com>