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 ""; - } }