v1.4.0: adjusted the text on magical infusion

This commit is contained in:
Evan Debenham
2022-08-26 11:16:34 -04:00
parent d3570cb683
commit f21af607d6
2 changed files with 2 additions and 2 deletions

View File

@@ -1108,7 +1108,7 @@ items.spells.spell.no_magic=You can't cast spells while magic immune.
items.spells.magicalinfusion.name=magical infusion
items.spells.magicalinfusion.inv_title=Infuse an item
items.spells.magicalinfusion.infuse=Your %s is infused with arcane energy!
items.spells.magicalinfusion.infuse=Your item is infused with arcane energy!
items.spells.magicalinfusion.desc=This spell possesses the same magical power as a scroll of upgrade, but in a more stable form.\n\nIn addition to upgrading an item as normal it will never erase an enchantment on a weapon or a glyph on armor, including curses.
items.spells.magicalporter.name=magical porter

View File

@@ -62,7 +62,7 @@ public class MagicalInfusion extends InventorySpell {
item.upgrade();
}
GLog.p( Messages.get(this, "infuse", item.name()) );
GLog.p( Messages.get(this, "infuse") );
Talent.onUpgradeScrollUsed( Dungeon.hero );
Badges.validateItemLevelAquired(item);