diff --git a/21g30t1e75.js b/21g30t1e75.js index 26693fa..99cc781 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -939,7 +939,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { } else { - if (this.state.eating === false) { + if (this.state.eating === true) { return; } @@ -973,9 +973,9 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { if (body.backupMesh) { /** - * We used to be a corner, change back - * @type {null} - */ + * We used to be a corner, change back + * @type {null} + */ body.mesh.geometry = null; body.mesh.materials = null;