Variable rename

This commit is contained in:
2025-02-22 15:25:36 -05:00
parent 5277fbbe56
commit 3e510a487c
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.ramp;
this.levelCapRamp = powerAction.compoundCurve.ordinal();
this.levelCapRamp = powerAction.compoundCurveType.ordinal();
}
@Override