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] )