We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cf48b commit 21c01afCopy full SHA for 21c01af
src/app/core/mods/damage-estimator/estimator.ts
@@ -374,7 +374,7 @@ export class Estimator {
374
let res = 0;
375
switch (element) {
376
case 'air':
377
- res = stats.waterElementReduction;
+ res = stats.airElementReduction;
378
break;
379
case 'fire':
380
res = stats.fireElementReduction;
@@ -443,7 +443,7 @@ export class Estimator {
443
444
445
446
- res = stats.waterElementResistPercent;
+ res = stats.airElementResistPercent;
447
448
449
res = stats.fireElementResistPercent;
0 commit comments