This commit is contained in:
MasterGordon 2024-10-15 23:33:38 +02:00
parent e89516c618
commit d6c25289fd
2 changed files with 2 additions and 1 deletions

View File

@ -311,6 +311,6 @@ export const game = {
const { finished, stage } = serverGame; const { finished, stage } = serverGame;
if (finished == 0) return 0; if (finished == 0) return 0;
if (stage < 2) return 0; if (stage < 2) return 0;
return Math.floor(Math.pow(2, stage * 0.8)); return Math.floor(Math.pow(2, stage * 1.1));
}, },
}; };

1
bad Normal file
View File

@ -0,0 +1 @@
f7360d42-dcc1-4e1e-a90b-ef2295298872