Merge branch 'beta' into localization-batch

This commit is contained in:
Lugiad 2024-09-10 18:36:21 +02:00 committed by GitHub
commit 965e626495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1724,7 +1724,8 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
} }
}); });
ui.setMode(Mode.STARTER_SELECT); 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 exists, update the passive background
if (starterContainer) { if (starterContainer) {