Update trainer-config.ts

This commit is contained in:
Blitzy 2024-09-28 21:47:10 -05:00 committed by GitHub
parent 562ee2cfe5
commit 6189572c57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -913,7 +913,7 @@ export class TrainerConfig {
this.setPartyMemberFunc(-(s + 1), getRandomPartyMemberFunc(speciesPool));
});
// Set species filter to only include species with a base total of 470 or higher.
// Set species filter to only include species with a base total of 508 or higher.
this.setSpeciesFilter(p => p.baseTotal >= 508);
// Localize the trainer's name by converting it to lowercase and replacing spaces with underscores.