Video Adjustment
This commit is contained in:
parent
3af768c8ce
commit
0849ea0446
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue