Update src/field/pokemon.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2025-03-31 18:01:46 +02:00 committed by GitHub
parent d05e1d3624
commit b7cc9a631c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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()) {