diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index 13777c939..8d8076f45 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -501,6 +501,8 @@ public abstract class Wand extends Item { partialCharge = bundle.getFloat( PARTIALCHARGE ); curseInfusionBonus = bundle.getBoolean(CURSE_INFUSION_BONUS); resinBonus = bundle.getInt(RESIN_BONUS); + + updateLevel(); } @Override