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, {
source: opponent,
ignoreStrongWinds: true,
move: move,
move,
}),
);