Ran Biome

This commit is contained in:
Bertie690 2025-08-06 20:35:17 -04:00
parent cfbce175db
commit 56ff84aa9d

View File

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