Removed useless rename

This commit is contained in:
Bertie690 2025-08-29 09:19:37 -04:00 committed by GitHub
parent 35fea453fc
commit b34643711c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4224,7 +4224,7 @@ const anticipationCondition: AbAttrCondition = (pokemon: Pokemon) =>
pokemon.getAttackTypeEffectiveness(move.type, { pokemon.getAttackTypeEffectiveness(move.type, {
source: opponent, source: opponent,
ignoreStrongWinds: true, ignoreStrongWinds: true,
move: move, move,
}), }),
); );