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:
parent
d9fbbc3d74
commit
24f7a842a5
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user