From 28492e851d94340991faf207d9d3c4ded5f8cb52 Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Fri, 11 Apr 2025 18:28:18 +0200 Subject: [PATCH] Update src/field/pokemon.ts Co-authored-by: NightKev <34855794+DayKev@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 e7588ecda80..992dc61f6c7 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -1855,7 +1855,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { ? this.variant : Math.max(this.variant, this.fusionVariant) as Variant; } - } getBaseVariant(doubleShiny: boolean): Variant {