diff --git a/app/features/build-analyzer/core/stats.ts b/app/features/build-analyzer/core/stats.ts index ba2092e81..406417bad 100644 --- a/app/features/build-analyzer/core/stats.ts +++ b/app/features/build-analyzer/core/stats.ts @@ -1450,8 +1450,8 @@ function specialDamageDistance( }); return { - baseValue: roundToNDecimalPlaces(baseEffect), - value: roundToNDecimalPlaces(effect), + baseValue: roundToNDecimalPlaces(baseEffect, 4), + value: roundToNDecimalPlaces(effect, 4), modifiedBy: SPECIAL_DAMAGE_DISTANCE_KEY, }; }