diff --git a/21g30t1e75.js b/21g30t1e75.js index ced9ecd..efda4bd 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -910,6 +910,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { backup.orientation = body.orientation; backup.flip = body.flip; + this.grid[backup.position.x][backup.position.y] = new GameLib.CustomCode.GameObject(); + if (!advanced) { this.explode(body.position);