made slightly slower
This commit is contained in:
parent
e959fa75c2
commit
10ccf5a3ce
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function waveGen(hex) {
|
|||
this.dt = 0;
|
||||
this.update = function() {
|
||||
this.currentFunction();
|
||||
this.dt = 16.66667 * MainHex.ct;
|
||||
this.dt = 15 * MainHex.ct;
|
||||
this.computeDifficulty();
|
||||
if ((this.dt - this.lastGen) * settings.creationSpeedModifier > this.nextGen) {
|
||||
if (this.nextGen > 600) {
|
||||
|
|
Loading…
Reference in a new issue