autocomplete

This commit is contained in:
Olivier Gagnon
2021-10-15 13:12:18 -04:00
parent 6b0e5416c4
commit c1d4ced331
6 changed files with 24 additions and 19 deletions
-1
View File
@@ -132,7 +132,6 @@ export class Server extends BaseServer {
const aboveCap = this.moneyMax - softCap;
n = 1 + (n - 1) / Math.log(aboveCap) / Math.log(8);
}
console.log(n);
this.moneyMax *= n;
}