From 661d5b3fc733b9ff4840448885f286819df342f6 Mon Sep 17 00:00:00 2001 From: Restart2008 Date: Thu, 23 Oct 2025 16:33:23 -0700 Subject: [PATCH] Update DefaultConfig.ts test commit --- 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 b1ea004c2..38c853b15 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -644,7 +644,7 @@ largeAttackerSpeedThresholdDebuff(attacker: Player, totalLandTiles: number): num { max: 75, value: 0.01 }, { max: 80, value: 0.007 }, ]; - + // for (const threshold of thresholds) { if (territoryPercentage < threshold.max) { return threshold.value;