diff --git a/78gnds8jrj.js b/78gnds8jrj.js index c108842..07b11df 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -132,7 +132,7 @@ GameLib.CustomCode.prototype.advanceClouds = function(delta) { this.cloudTime += diff; - if (this.cloudTime > 4) { + if (this.cloudTime > 3) { this.spawnCloud(); this.cloudTime = 0; }