diff --git a/21g30t1e75.js b/21g30t1e75.js index f0d2947..ae089d2 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -232,12 +232,12 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { this.restore(); - this.advanceSnake(); - this.state.exploding = false; - this.state.getReady = true; + this.state.getReady = true; + this.advanceSnake(); + window.setTimeout( function(){ this.state.message = null;