loottracker: add average per kill to subtitle tooltip
This commit is contained in:
@@ -222,6 +222,7 @@ class LootTrackerBox extends JPanel
|
||||
if (kills > 1)
|
||||
{
|
||||
subTitleLabel.setText("x " + kills);
|
||||
subTitleLabel.setToolTipText(QuantityFormatter.formatNumber(totalPrice / kills) + " gp (average)");
|
||||
}
|
||||
|
||||
validate();
|
||||
|
||||
Reference in New Issue
Block a user