From 374b9bf5f129415da5c2c28baf7b476816b69370 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 15:36:08 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 66 bytes modified --- 21g30t1e75.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 6230515..32848c8 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -114,7 +114,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { /** * Move the body over */ + result.push(this.snake[index + 1]); } + + return result; + }.bind(this), [head] )