From f6d828057e3e060adfb57bbb0ce3d5d445398c21 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Sat, 26 Apr 2025 14:17:21 +0200 Subject: [PATCH] another change --- 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 f054663c5..55fe000e1 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -490,7 +490,7 @@ export class DefaultConfig implements Config { tilesPerTickUsed: within( 9.4 * defenderdensity ** 0.2 * adjustedRatio ** 0.7 * speed, 8, - 500, + 250, ), }; } else {