v0.9.4: fixed wands losing max charge boost from curse infuse or resin

This commit is contained in:
Evan Debenham 2021-07-27 16:37:22 -04:00
parent 64207426e3
commit 8328962579

View File

@ -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