fix in the other places oto

This commit is contained in:
biglyderv 2025-03-07 06:32:19 -05:00
parent a0dcfdc2c9
commit 6cca7d939f
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ setInterval(function () {
for (let ab in cubePos) {
let a = cubePos[ab];
let bonus = 1 + counts.doNothing / (ab + 2);
let bonus = 1 + counts.doNothing / (ab * 1 + 2);
bonus = (bonus) ** 0.05;
let f = (nGain + getBonus * bonus * 10000 + 10) / (nothingness + 10);