Method inlined

This commit is contained in:
2025-03-01 16:52:25 -05:00
parent 3af6cab92e
commit d5b787430e
5 changed files with 45 additions and 30 deletions
@@ -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;