forked from MagicBane/Server
Set curve names properly
This commit is contained in:
@@ -29,8 +29,8 @@ public class FearPowerAction extends AbstractPowerAction {
|
||||
|
||||
public FearPowerAction(PowerAction powerAction) {
|
||||
super(powerAction);
|
||||
this.levelCap = powerAction.levelCap;
|
||||
this.levelCapRamp = powerAction.levelCurve.ordinal();
|
||||
this.levelCap = powerAction.ramp;
|
||||
this.levelCapRamp = powerAction.rampCurve.ordinal();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user