We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a44f commit 06bb6a2Copy full SHA for 06bb6a2
src/classes/game/base/modifiers/effect.ts
@@ -46,6 +46,6 @@ export class Effect extends SerializableWithReference {
46
}
47
48
compute(opts: CalculationOptions): Decimal {
49
- return this.computeFunc(opts);
+ return this.computeFunc(opts).mul(opts.multiplier);
50
51
0 commit comments