[UI/UX] Make "CH-CHING!" sound when unlocking passive (#4151)

* Make "CH-CHING!" sound when unlocking passive

* Remove unused parameters in line above sound
This commit is contained in:
AJ Fontaine 2024-09-10 11:54:23 -04:00 committed by GitHub
parent 5bf21a4f75
commit 150ab3d1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1724,7 +1724,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
}
});
ui.setMode(Mode.STARTER_SELECT);
this.setSpeciesDetails(this.lastSpecies, undefined, undefined, undefined, undefined, undefined, undefined);
this.setSpeciesDetails(this.lastSpecies);
this.scene.playSound("se/buy");
// if starterContainer exists, update the passive background
if (starterContainer) {