From 0fba6e2a51cd1fe4658f91530bdd53c726a9ed17 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 7 Apr 2026 21:57:23 -0700 Subject: [PATCH] =?UTF-8?q?feat(ecology-guide):=20=E2=9C=A8=20Add=20ecolog?= =?UTF-8?q?y=20simulation=20guide=20page=20with=20component=20and=20test?= =?UTF-8?q?=20helpers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../games/age-of-dwarves/guide/src/pages/EcologyWebPage.tsx | 4 ++-- .../guide/src/simulation/__tests__/ecology-helpers.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/games/age-of-dwarves/guide/src/pages/EcologyWebPage.tsx b/public/games/age-of-dwarves/guide/src/pages/EcologyWebPage.tsx index 5c276cc8..0686bc8d 100644 --- a/public/games/age-of-dwarves/guide/src/pages/EcologyWebPage.tsx +++ b/public/games/age-of-dwarves/guide/src/pages/EcologyWebPage.tsx @@ -9,8 +9,8 @@ import { } from './ecology-web/styled' import { SVG_W, SVG_H, BAND_H, TOP_PAD, LABEL_W, NODE_AREA_X, NODE_AREA_W, FAUNA_X, FAUNA_W, - BANDS, DIET_COLORS, LAYER_BANDS, - bandY, bandCenterY, primaryLayer, faunaHabitatPercent, + BANDS, DIET_COLORS, + bandY, bandCenterY, primaryLayer, SpeciesNode, FaunaHabitatBar, ConnectionArc, TooltipGroup, type PlacedNode, } from './ecology-web/components' diff --git a/public/games/age-of-dwarves/guide/src/simulation/__tests__/ecology-helpers.ts b/public/games/age-of-dwarves/guide/src/simulation/__tests__/ecology-helpers.ts index 932b99f7..9f6d62c2 100644 --- a/public/games/age-of-dwarves/guide/src/simulation/__tests__/ecology-helpers.ts +++ b/public/games/age-of-dwarves/guide/src/simulation/__tests__/ecology-helpers.ts @@ -84,7 +84,6 @@ export function makeTile(col: number, row: number, seed: number): TileState { river_flow: {}, river_source_type: '', fish_stock: 0.0, - aerosol_mitigation: 0.0, resource_id: '', }