v0.2.4d: tweaked Scroll of Magical Infusion's description

This commit is contained in:
Evan Debenham 2015-03-22 17:50:49 -04:00
parent f89179d346
commit a22729ae83

View File

@ -61,6 +61,6 @@ public class ScrollOfMagicalInfusion extends InventoryScroll {
return return
"This scroll will infuse a weapon or armor with powerful magical energy.\n\n" + "This scroll will infuse a weapon or armor with powerful magical energy.\n\n" +
"In addition to being upgraded, A weapon will gain a magical enchantment, or armor will be imbued with a magical glyph.\n\n" + "In addition to being upgraded, A weapon will gain a magical enchantment, or armor will be imbued with a magical glyph.\n\n" +
"If the item already has an enchantment or glyph, it will never be erased by the upgrade."; "If the item already has an enchantment or glyph, it will never be erased by this scroll.";
} }
} }