From af72d4f25001aafc97490ce36fe76abfd4e9fbae Mon Sep 17 00:00:00 2001 From: Ian Haken Date: Wed, 11 Feb 2026 18:38:50 -0800 Subject: [PATCH] Chicago-L (4.41): Decrease Addison's starting cubes to 3 and increase Cottage Grove's starting cubes to 4. --- src/maps/chicago-l/grid.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maps/chicago-l/grid.ts b/src/maps/chicago-l/grid.ts index 5fd53fe9..4a9bebff 100644 --- a/src/maps/chicago-l/grid.ts +++ b/src/maps/chicago-l/grid.ts @@ -215,7 +215,7 @@ export const map = grid([ RIVER, RIVER, PLAIN, - city("Addison", BLUE, undefined, 4), + city("Addison", BLUE, undefined, 3), PLAIN, PLAIN, THE_LOOP_NORTH, @@ -257,6 +257,6 @@ export const map = grid([ WATER, park("Jackson Park"), PLAIN, - city("Cottage Grove", RED, undefined, 3), + city("Cottage Grove", RED, undefined, 4), ], ]);