diff --git a/public/src/games/bingo/BingoGame.js b/public/src/games/bingo/BingoGame.js index eb68582..df7719a 100644 --- a/public/src/games/bingo/BingoGame.js +++ b/public/src/games/bingo/BingoGame.js @@ -288,7 +288,7 @@ export default class BingoGame extends Phaser.Scene { const before = this.gs; this.gs = markHumanSquare(this.gs, col, row); if (this.gs === before) return; - playChipBet(this); + playSound(this, SFX.CASINO_WIN); this.gs = recomputeEligibility(this.gs); this.refreshHumanMarkable(); this.refreshClaimButton();