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