From 673139eeab37997d1ef3ec608de84e3504973e87 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:17:56 +0200 Subject: [PATCH] Update src/field/pokemon.ts Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com> --- src/field/pokemon.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 340a52cc4e7..137d2121a55 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -149,7 +149,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } this.species = species; - this.pokeball = dataSource?.pokeball || PokeballType.POKEBALL; this.level = level; this.switchOutStatus = false;