diff --git a/public/images/battle_anims/PRAS- White BG.png b/public/images/battle_anims/PRAS- White BG.png new file mode 100644 index 000000000..49b481484 Binary files /dev/null and b/public/images/battle_anims/PRAS- White BG.png differ diff --git a/src/battle-phases.ts b/src/battle-phases.ts index c3248c0db..294bbe266 100644 --- a/src/battle-phases.ts +++ b/src/battle-phases.ts @@ -1021,7 +1021,7 @@ export class TurnEndPhase extends FieldPhase { this.scene.applyModifiers(TurnHealModifier, pokemon.isPlayer(), pokemon); - this.executeForAll((pokemon: Pokemon) => applyPostTurnAbAttrs(PostTurnAbAttr, pokemon)); + applyPostTurnAbAttrs(PostTurnAbAttr, pokemon); this.scene.applyModifiers(TurnHeldItemTransferModifier, pokemon.isPlayer(), pokemon);