From a22729ae83905a41c23585dd87fe1deab079b736 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 22 Mar 2015 17:50:49 -0400 Subject: [PATCH] v0.2.4d: tweaked Scroll of Magical Infusion's description --- .../items/scrolls/ScrollOfMagicalInfusion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java index 47b8c40a4..a7d6ceb60 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/scrolls/ScrollOfMagicalInfusion.java @@ -61,6 +61,6 @@ public class ScrollOfMagicalInfusion extends InventoryScroll { return "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" + - "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."; } }