From 57a51aab0b249681672c55777166b9cf9d178288 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Fri, 11 Apr 2025 18:27:49 +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 8141eff149c..95c414617db 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5296,10 +5296,10 @@ export class IllusionPreSummonAbAttr extends PreSummonAbAttr { /** * Apply a new illusion when summoning Zoroark if the illusion is available * - * @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 - N/A + * @param args - N/A + * @returns Whether the illusion was applied. */ override applyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): void { const party: Pokemon[] = (pokemon.isPlayer() ? globalScene.getPlayerParty() : globalScene.getEnemyParty()).filter(p => p.isAllowedInBattle());