From aefb626645895a274dc73df79e2bfe1fca13a837 Mon Sep 17 00:00:00 2001 From: Restart2008 Date: Tue, 21 Oct 2025 20:53:41 -0700 Subject: [PATCH] Update DefaultConfig.ts --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 21080e1ec..dad30f6c7 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -769,7 +769,7 @@ const thresholdDebuff = this.largeAttackerSpeedThresholdDebuff( speed * largeDefenderSpeedDebuff * largeAttackerSpeedBonus * - thresholdDebuff * + thresholdDebuff * (defender.isTraitor() ? this.traitorSpeedDebuff() : 1), }; } else {