From 2b6c05d06d3f335bee7129cb8af0837980dd16a3 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:23:14 +0200 Subject: [PATCH] Update src/data/ability.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- src/data/ability.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 14de5f92d65..e59e5ddad7b 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5237,13 +5237,13 @@ export class IllusionBreakAbAttr extends PostDefendAbAttr { /** * Destroy illusion if attack move deals damage to zoroark * - * @param {Pokemon} pokemon - The Pokémon with the Illusion ability. - * @param {boolean} passive - N/A - * @param {Pokemon} attacker - The attacking Pokémon. - * @param {PokemonMove} move - The move being used. - * @param {PokemonMove} hitResult - The type of hitResult the pokemon got - * @param {...any} args - N/A - * @returns {boolean} - Whether the illusion was destroyed. + * @param pokemon - The Pokémon with the Illusion ability. + * @param passive - unused + * @param attacker - The attacking Pokémon. + * @param move - The move being used. + * @param hitResult - The type of hitResult the pokemon got + * @param args - unused + * @returns - Whether the illusion was destroyed. */ applyPostDefend(pokemon: Pokemon, passive: boolean, simulated: boolean, attacker: Pokemon, move: Move, hitResult: HitResult, args: any[]): boolean {