This commit is contained in:
Lylian 2025-04-17 17:08:24 +02:00
parent 474a9b5595
commit 648dc22af6

View File

@ -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();
}