From 663f3f37276c50d7312cc9a5e457370ec695aca4 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 26 Apr 2015 02:22:12 -0400 Subject: [PATCH] v0.3.0: added name to Wand of Frost --- .../shatteredpixeldungeon/items/wands/WandOfFrost.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java index bb39397ea..2e8f25917 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfFrost.java @@ -22,6 +22,7 @@ import com.watabou.utils.Random; public class WandOfFrost extends Wand { { + name = "Wand of Frost"; image = ItemSpriteSheet.WAND_FROST; }