From 4b768ea85cbd0bdf69b26b6db71c1994b1a1c948 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 2 Jan 2016 04:11:50 -0500 Subject: [PATCH] v0.3.4: fixed empty description in wand of transfusion --- .../shatteredpixeldungeon/items/wands/WandOfTransfusion.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java index e07fc5e11..81a9be1ef 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfTransfusion.java @@ -235,8 +235,4 @@ public class WandOfTransfusion extends Wand { bundle.put( FREECHARGE, freeCharge ); } - @Override - public String desc() { - return ""; - } }