mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +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 (!dataSource) {
|
||||||
if (
|
if (
|
||||||
globalScene.gameMode.isDaily ||
|
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)
|
(Overrides.STARTER_SPECIES_OVERRIDE && Overrides.STARTER_SPECIES_OVERRIDE !== SpeciesId.KELDEO)
|
||||||
) {
|
) {
|
||||||
this.generateAndPopulateMoveset();
|
this.generateAndPopulateMoveset();
|
||||||
|
Loading…
Reference in New Issue
Block a user