mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-13 05:15:17 +00:00
Ignore stat change animations when move animations are disabled
This commit is contained in:
parent
b892a8b40e
commit
d9849c5e70
@ -2540,7 +2540,7 @@ export class StatChangePhase extends PokemonPhase {
|
||||
this.end();
|
||||
};
|
||||
|
||||
if (relLevels.filter(l => l).length) {
|
||||
if (relLevels.filter(l => l).length && this.scene.moveAnimations) {
|
||||
pokemon.enableMask();
|
||||
const pokemonMaskSprite = pokemon.maskSprite;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user