From b7cc9a631cabd323a9079af6cde249074d68394d Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:01:46 +0200 Subject: [PATCH] Update src/field/pokemon.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/pokemon.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index ae547a12319..7a3b7eec317 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -693,9 +693,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { /** * Generate an illusion of the last pokemon in the party, as other wild pokemon in the area. - * - * @param {Pokemon} pokemon - The Pokemon that will create an illusion. - * @param {Pokemon[]} party - The party of the trainer's pokemon. */ generateIllusion(): boolean { if (this.hasTrainer()) {