From 670d7711ab99ddf6349781efd3e96cfe6a6d7dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 8 Dec 2019 06:01:44 +0100 Subject: [PATCH] update disabled status after clicking gold too --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index cab1ce5..4a72ab0 100644 --- a/script.js +++ b/script.js @@ -1090,6 +1090,7 @@ class Game { if (orb.symbol === 'gold') { this.board.removeOrbByIndex(n); this.selectedOrb = null; + this.updateOrbDisabledStatus(); if (this.countOrbs() === 0) { console.info("Good work!");