From 8faac5ece3dc9997c4c2cd6d62c6debf3532ee37 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 17:10:28 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 59 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 2b3bb66..7029243 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1317,6 +1317,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if (!advanced) { + if (this.state.getReady) { + return; + } + this.explode(body.position); } else {