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!");