From 26a8bf888dba5c44eef98a2ddf7ac1be32adca98 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Thu, 24 Apr 2025 14:56:58 +0200 Subject: [PATCH] removed comment --- src/core/configuration/DefaultConfig.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index dc577d964..1c279d233 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -472,17 +472,6 @@ export class DefaultConfig implements Config { const defenderTiles = defender.numTilesOwned(); const defenderdensity = defenderTroops / defenderTiles; const adjustedRatio = within(defenderTroops / attackTroops, 0.3, 20); - - // if (attacker.type() == PlayerType.Human) { - // console.log( - // "speed:", - // 4 * - // within(defenderdensity, 3, 90) ** 0.6 * - // adjustedRatio ** 0.7 * - // speed, - // ); - // console.log("density", defenderdensity); - // } return { attackerTroopLoss: mag * 10 +