v0.3.4: fixed empty description in wand of transfusion

This commit is contained in:
Evan Debenham
2016-01-02 04:11:50 -05:00
committed by Evan Debenham
parent 186c6cea91
commit 4b768ea85c
@@ -235,8 +235,4 @@ public class WandOfTransfusion extends Wand {
bundle.put( FREECHARGE, freeCharge );
}
@Override
public String desc() {
return "";
}
}