diff --git a/js/app.js b/js/app.js index ba57529..470c4ff 100644 --- a/js/app.js +++ b/js/app.js @@ -173,7 +173,7 @@ let app = new Vue({ this.roundActive = false; alertify.notify('Draw!'); this.draw(); - } else if (this.dealerScore > 22) { + } else if (this.dealerScore > 21) { this.roundActive = false; alertify.notify('Dealer is plus, you win'); this.win();