mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-13 14:29:25 -05:00
Tooltips: Fix items boosts not showing up (#1239)
This commit is contained in:
@@ -1442,6 +1442,9 @@ class BattleTooltips {
|
||||
}
|
||||
}
|
||||
|
||||
// Item
|
||||
value = this.getItemBoost(move, value, moveType);
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user