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