[Bug] Fusion Pokémon now inherit "Pause Evolutions" from both Pokémon

This commit is contained in:
Sean Mon 2024-09-03 23:57:45 +01:00
parent 93ff0e6e9d
commit 2317c6f003

View File

@ -3843,6 +3843,9 @@ export class PlayerPokemon extends Pokemon {
this.fusionVariant = pokemon.variant;
this.fusionGender = pokemon.gender;
this.fusionLuck = pokemon.luck;
if ((pokemon.pauseEvolutions) || (this.pauseEvolutions)) {
this.pauseEvolutions = true;
}
this.scene.validateAchv(achvs.SPLICE);
this.scene.gameData.gameStats.pokemonFused++;