v0.9.4: fixed wands losing max charge boost from curse infuse or resin
This commit is contained in:
parent
64207426e3
commit
8328962579
|
@ -501,6 +501,8 @@ public abstract class Wand extends Item {
|
||||||
partialCharge = bundle.getFloat( PARTIALCHARGE );
|
partialCharge = bundle.getFloat( PARTIALCHARGE );
|
||||||
curseInfusionBonus = bundle.getBoolean(CURSE_INFUSION_BONUS);
|
curseInfusionBonus = bundle.getBoolean(CURSE_INFUSION_BONUS);
|
||||||
resinBonus = bundle.getInt(RESIN_BONUS);
|
resinBonus = bundle.getInt(RESIN_BONUS);
|
||||||
|
|
||||||
|
updateLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user