From 3b97063aad11e25a45e9706f6b467bdd81d08f62 Mon Sep 17 00:00:00 2001 From: Xinos <40886699+userXinos@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:19:21 +0700 Subject: [PATCH] fix TINDMG damage indication --- src/regulation/statsStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regulation/statsStyle.js b/src/regulation/statsStyle.js index d9401574..94500964 100644 --- a/src/regulation/statsStyle.js +++ b/src/regulation/statsStyle.js @@ -81,6 +81,7 @@ export default { ], directDamageIndicator: [ 'DPS', + 'TINDMG', ], areaDamageIndicator: [ 'Damage', @@ -91,6 +92,5 @@ export default { 'BlastDroneDamageAmount', 'MirrorDamageAsAOE', 'WSDispatchAOEAmt', - 'TINDMG', ], };