forked from MagicBane/Server
Method inlined
This commit is contained in:
@@ -52,8 +52,8 @@ public abstract class AbstractEffectModifier {
|
||||
this.minMod = mod.min;
|
||||
this.maxMod = mod.max;
|
||||
this.percentMod = mod.percentage;
|
||||
this.ramp = (float)mod.compoundCurveType.getValue();
|
||||
this.useRampAdd = (float)mod.compoundCurveType.getValue() != 0;
|
||||
this.ramp = (float) mod.compoundCurveType.value;
|
||||
this.useRampAdd = (float) mod.compoundCurveType.value != 0;
|
||||
|
||||
this.string1 = mod.arg1;
|
||||
this.string2 = mod.arg2;
|
||||
|
||||
Reference in New Issue
Block a user