From fe30946f31ca6f3991dc343ba4262ad067e8cda0 Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:13:23 +0200 Subject: [PATCH] Update src/ui/party-ui-handler.ts Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com> --- src/ui/party-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index 5db2ecff664..0f219d22e41 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -1882,7 +1882,7 @@ class PartySlot extends Phaser.GameObjects.Container { this.add(this.slotBg); const genderSymbol = getGenderSymbol(this.pokemon.getGender(true)); - const isFusion = this.pokemon.fusionSpecies; + const isFusion = this.pokemon.isFusion(); // Here we define positions and offsets // Base values are for the active pokemon; they are changed for benched pokemon,