diff --git a/src/battle-tooltips.ts b/src/battle-tooltips.ts index 79b4fc8bf..6cb63fbbc 100644 --- a/src/battle-tooltips.ts +++ b/src/battle-tooltips.ts @@ -1442,6 +1442,9 @@ class BattleTooltips { } } + // Item + value = this.getItemBoost(move, value, moveType); + return value; }