v1.4.0: adjusted the text on magical infusion
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user