mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
Ran Biome
This commit is contained in:
parent
cfbce175db
commit
56ff84aa9d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user