v0.9.4: fixed wands losing max charge boost from curse infuse or resin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user