Slight E4 BST increase

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

View File

@ -863,7 +863,7 @@ export class TrainerConfig {
this.setSpeciesFilter(p => specialtyTypes.some(t => p.isOfType(t)) && p.baseTotal >= 450);
this.setSpecialtyTypes(...specialtyTypes);
} else {
this.setSpeciesFilter(p => p.baseTotal >= 450);
this.setSpeciesFilter(p => p.baseTotal >= 460);
}
// Localize the trainer's name by converting it to lowercase and replacing spaces with underscores.