Always play the get-chip sound

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-06 22:58:54 -07:00
parent f788f7a892
commit c162445627

View File

@ -2174,8 +2174,8 @@ export class Level extends LevelInterface {
}
collect_chip() {
if (this.chips_remaining > 0) {
this.sfx.play_once('get-chip');
if (this.chips_remaining > 0) {
this.chips_remaining--;
}
}