From 6e5b1f428c426a2cd754bcb025499f0df1d010e7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 19:01:52 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 0 bytes modified --- 78gnds8jrj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }