diff --git a/21g30t1e75.js b/21g30t1e75.js index 99b9331..63d4c0f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -256,6 +256,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { tail = parent; } + newSnake.push(tail); + this.snake = newSnake; return;