mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-27 00:55:16 +01:00
8e0fb6ae66
## About The Pull Request - Changes a `while()` loop for a `for(var/i in 1 to x)` - Changes `round()` for `floor()` ## Why It's Good For The Game >Changes a `while()` loop for a `for(var/i in 1 to x)` - Easier to look at when looking at the code >Changes `round()` for `floor()` - `round()` with 1 var is deprecated, better to do this sooner than later ## Changelog 🆑 code: explosive implant code was made a tiny bit easier to read /🆑