mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 15:02:16 +02:00
Add comment about Keldeo
This commit is contained in:
parent
76a4fc40b5
commit
29d50f7b73
@ -5630,6 +5630,7 @@ export class PlayerPokemon extends Pokemon {
|
||||
if (!dataSource) {
|
||||
if (
|
||||
globalScene.gameMode.isDaily ||
|
||||
// Keldeo is excluded due to crashes involving its signature move and the associated form change
|
||||
(Overrides.STARTER_SPECIES_OVERRIDE && Overrides.STARTER_SPECIES_OVERRIDE !== SpeciesId.KELDEO)
|
||||
) {
|
||||
this.generateAndPopulateMoveset();
|
||||
|
Loading…
Reference in New Issue
Block a user