Update IVs in dex on evolution
parent
880433a7f8
commit
7400ba0503
|
@ -2115,6 +2115,7 @@ export class PlayerPokemon extends Pokemon {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
if (!this.scene.gameMode.isDaily || this.metBiome > -1) {
|
if (!this.scene.gameMode.isDaily || this.metBiome > -1) {
|
||||||
|
this.scene.gameData.updateSpeciesDexIvs(this.species.speciesId, this.ivs);
|
||||||
this.scene.gameData.setPokemonSeen(this, false);
|
this.scene.gameData.setPokemonSeen(this, false);
|
||||||
this.scene.gameData.setPokemonCaught(this, false).then(() => updateAndResolve());
|
this.scene.gameData.setPokemonCaught(this, false).then(() => updateAndResolve());
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue