diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java index 3540abe44..506a29891 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfRegrowth.java @@ -201,6 +201,11 @@ public class WandOfRegrowth extends Wand { Sample.INSTANCE.play( Assets.SND_ZAP ); } + @Override + protected int initialCharges() { + return 1; + } + @Override //consumes all available charges, needs at least one. protected int chargesPerCast() {