mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 00:39:27 +02:00
Increase Champion BST
This commit is contained in:
parent
000b8d9b2b
commit
cfc9c82dd1
@ -914,7 +914,7 @@ export class TrainerConfig {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 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 470 or higher.
|
||||||
this.setSpeciesFilter(p => p.baseTotal >= 470);
|
this.setSpeciesFilter(p => p.baseTotal >= 508);
|
||||||
|
|
||||||
// Localize the trainer's name by converting it to lowercase and replacing spaces with underscores.
|
// Localize the trainer's name by converting it to lowercase and replacing spaces with underscores.
|
||||||
const nameForCall = this.name.toLowerCase().replace(/\s/g, "_");
|
const nameForCall = this.name.toLowerCase().replace(/\s/g, "_");
|
||||||
|
Loading…
Reference in New Issue
Block a user