diff --git a/21g30t1e75.js b/21g30t1e75.js index 5538e63..c4a393e 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -231,7 +231,7 @@ GameLib.CustomCode.prototype.waitReload = function(delta) { this.state.exploding = false; - if (this.lives < 0) { + if (this.state.lives <= 0) { this.state.gameOver = true; this.state.message = "GAME OVER"; return;