made slightly slower

This commit is contained in:
Logan Engstrom 2014-08-23 13:19:12 -04:00
parent e959fa75c2
commit 10ccf5a3ce

View file

@ -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) {