From 83018a558a633333aa86b74e6a0e5ca663296592 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:55:18 +0200 Subject: [PATCH] Update src/data/ability.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- src/data/ability.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index ac4e04b9791..edb4229de37 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5274,10 +5274,10 @@ export class IllusionPostBattleAbAttr extends PostBattleAbAttr { /** * Break the illusion once the battle ends * - * @param {Pokemon} pokemon - The Pokémon with the Illusion ability. - * @param {boolean} passive - N/A - * @param {...any} args - N/A - * @returns {boolean} - Whether the illusion was applied. + * @param pokemon - The Pokémon with the Illusion ability. + * @param passive - Unused + * @param args - Unused + * @returns - Whether the illusion was applied. */ override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated:boolean, args: any[]): void { pokemon.breakIllusion()