Fix avatar skill behavior when changing elements

This commit is contained in:
KingRainbow44
2023-04-14 01:54:43 -04:00
parent 3224bbeb4f
commit ae56b33265

View File

@@ -328,6 +328,7 @@ public class Avatar {
// Set skill depot // Set skill depot
this.setSkillDepotData(skillDepot, notify); this.setSkillDepotData(skillDepot, notify);
this.recalcStats(true);
// Set element. // Set element.
this.getPlayer().setMainCharacterElement(elementTypeToChange); this.getPlayer().setMainCharacterElement(elementTypeToChange);
return true; return true;