Variable rename

This commit is contained in:
2025-02-22 15:37:38 -05:00
parent 6585248eb8
commit b9b88449ed
6 changed files with 10 additions and 10 deletions
@@ -29,7 +29,7 @@ public class CharmPowerAction extends AbstractPowerAction {
public CharmPowerAction(PowerAction powerAction) {
super(powerAction);
this.levelCap = powerAction.levelCap;
this.levelCapRamp = powerAction.compoundCurveType.ordinal();
this.levelCapRamp = powerAction.levelCapCurve.ordinal();
}
@Override