Cleanup the tooltip for the Upgrade Tomes
This commit is contained in:
parent
e8cb3dbb7d
commit
de5ca8dfee
2 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ public class ItemUpgradeTome extends Item
|
|||
LivingArmourUpgrade upgrade = this.getUpgrade(stack);
|
||||
if (upgrade != null)
|
||||
{
|
||||
tooltip.add(TextHelper.localize(upgrade.getUnlocalizedName()) + " " + TextHelper.localize("tooltip.BloodMagic.livingArmour.upgrade.level", (upgrade.getUpgradeLevel() + 1)));
|
||||
tooltip.add(TextHelper.localizeEffect("tooltip.BloodMagic.livingArmour.upgrade.level", TextHelper.localize(upgrade.getUnlocalizedName()), upgrade.getUpgradeLevel() + 1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue