mor ebalance changes
This commit is contained in:
parent
0d1bd68329
commit
0344287996
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ function waveGen(hex) {
|
|||
} else if (this.difficulty < 15) {
|
||||
this.difficulty += (this.dt - this.last) / (43333333) * settings.speedModifier;
|
||||
} else {
|
||||
this.difficulty += (this.dt - this.last) / (130000000) * settings.speedModifier;
|
||||
this.difficulty += (this.dt - this.last) / (90000000) * settings.speedModifier;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue