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:
parent
27021be2be
commit
d9fbbc3d74
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user