Tooltips: Fix items boosts not showing up (#1239)

This commit is contained in:
asgdf
2019-02-26 01:35:11 +01:00
committed by Guangcong Luo
parent 567c7e16b8
commit 4ccc7cd3ce

View File

@@ -1442,6 +1442,9 @@ class BattleTooltips {
}
}
// Item
value = this.getItemBoost(move, value, moveType);
return value;
}