diff --git a/src/phases/post-summon-phase.ts b/src/phases/post-summon-phase.ts index 42c7f097d15..9effd59ceba 100644 --- a/src/phases/post-summon-phase.ts +++ b/src/phases/post-summon-phase.ts @@ -45,6 +45,10 @@ export class PostSummonPhase extends PokemonPhase { return; } + if (!this.ordered) { + applyPriorityBasedAbAttrs(pokemon, true); + } + if (pokemon.status?.effect === StatusEffect.TOXIC) { pokemon.status.toxicTurnCount = 0; }