From 1f6d57df8c285d9dc60f2f89eb2c775032de8ce7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 18:59:33 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 2 bytes modified --- 78gnds8jrj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/78gnds8jrj.js b/78gnds8jrj.js index d5eaf67..d76ac15 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -130,7 +130,7 @@ GameLib.CustomCode.prototype.advanceClouds = function(delta) { this.cloudTime += diff; - if (this.cloudTime > 0.5) { + if (this.cloudTime > 2) { this.spawnCloud(); this.cloudTime = 0; }