diff --git a/src/ui/fight-ui-handler.ts b/src/ui/fight-ui-handler.ts index ccb16c68541..6dbbcd47300 100644 --- a/src/ui/fight-ui-handler.ts +++ b/src/ui/fight-ui-handler.ts @@ -391,7 +391,7 @@ export default class FightUiHandler extends UiHandler implements InfoToggle { const opponents = (globalScene.getCurrentPhase() as CommandPhase).getPokemon().getOpponents(); opponents.forEach(opponent => { - (opponent as EnemyPokemon).updateEffectiveness(undefined); + (opponent as EnemyPokemon).updateEffectiveness(); }); }