From 648dc22af685c9ecaf61ac4f2d0af89046bc10f0 Mon Sep 17 00:00:00 2001 From: Lylian Date: Thu, 17 Apr 2025 17:08:24 +0200 Subject: [PATCH] nit --- src/field/pokemon.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 472d833dbc2..1d6da25f647 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -699,7 +699,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. */ setIllusion(pokemon: Pokemon): boolean { - console.log("SET ILLUSION") if(!!this.summonData?.illusion){ this.breakIllusion(); }