From 6cf8dd5caaf1d1d5f59d904325dd0240dd6dc2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 7 Feb 2019 08:58:36 +0900 Subject: [PATCH] Fix: add score with combo --- src/game/mouse/card_matching/game.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/mouse/card_matching/game.js b/src/game/mouse/card_matching/game.js index 628cabf..2e628c6 100644 --- a/src/game/mouse/card_matching/game.js +++ b/src/game/mouse/card_matching/game.js @@ -517,6 +517,7 @@ var Game = { var comboBonusScore = this.comboCount * 10; this.comboText.show(this.comboCount, comboBonusScore); + this.scoreManager.plusScore(comboBonusScore); }, resetComboBonus: function() {