Video Adjustment

This commit is contained in:
Brian Fertig 2026-06-06 19:54:22 -06:00
parent 3af768c8ce
commit 0849ea0446
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ export default class FarkelGame extends Phaser.Scene {
const seat = this.gs.current; const seat = this.gs.current;
bank(this.gs); bank(this.gs);
playSound(this, SFX.PENCIL_WRITE); playSound(this, SFX.PENCIL_WRITE);
if (this.gs.turn.kept >= 1000) { if (this.gs.players[seat].score >= 1000) {
this.portraitCtrls[seat]?.controller?.playEmotion?.('happy'); this.portraitCtrls[seat]?.controller?.playEmotion?.('happy');
} }
break; break;