Update DefaultConfig.ts

This commit is contained in:
Restart2008
2025-10-21 20:53:41 -07:00
parent 47f5d55a77
commit aefb626645
+1 -1
View File
@@ -769,7 +769,7 @@ const thresholdDebuff = this.largeAttackerSpeedThresholdDebuff(
speed *
largeDefenderSpeedDebuff *
largeAttackerSpeedBonus *
thresholdDebuff *
thresholdDebuff *
(defender.isTraitor() ? this.traitorSpeedDebuff() : 1),
};
} else {