1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Update src/js/game/upgrades.js

Co-authored-by: EmeraldBlock <69981203+EmeraldBlock@users.noreply.github.com>
This commit is contained in:
TcePrepK 2020-10-05 21:16:56 +03:00 committed by GitHub
parent d9fbbc3d74
commit 24f7a842a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ function generateEndgameUpgrades() {
}
if (numEndgameUpgrades != 0) {
for (let i = 0; i < numEndgameUpgrades - 4; i++) {
for (let i = 0; i < 8; i++) {
fixedImprovements.push(0.5);
}
for (let i = 0; i < numEndgameUpgrades - 8; i++) {