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

Ok I updated it ty for your suggestion.

This commit is contained in:
TcePrepK 2020-10-05 21:13:02 +03:00 committed by GitHub
parent 27021be2be
commit d9fbbc3d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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