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 {