mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-31 08:06:51 -05:00
Increase special damage distance decimals shown
This commit is contained in:
parent
0439222c82
commit
b583afaf97
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user