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;