diff --git a/src/data/ability.ts b/src/data/ability.ts index a07e8f7e9f3..675953ad189 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2358,6 +2358,10 @@ export class PostSummonCopyAbilityAbAttr extends PostSummonAbAttr { private target: Pokemon; private targetAbilityName: string; + constructor() { + super(false); // Displaying ability changes should be handled by ab swap function + } + willSucceedPostSummon(pokemon: Pokemon, passive: boolean, simulated: boolean, args: any[]): boolean { const targets = pokemon.getOpponents(); if (!targets.length) {