From 56ff84aa9d209ae1f059dd4eb5e8fbf0b3635a92 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Wed, 6 Aug 2025 20:35:17 -0400 Subject: [PATCH] Ran Biome --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 720f72eb007..1daad801118 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1302,7 +1302,7 @@ export class EncoreTag extends MoveRestrictionBattlerTag { } // Use the prior move in the moveset. - // Bang is justified as `canAdd` returns false if not possible + // Bang is justified as `canAdd` returns false if not found const movesetMove = pokemon.getMoveset().find(m => m.moveId === this.moveId)!; const moveTargets = getMoveTargets(pokemon, this.moveId);