diff --git a/TODO.txt b/TODO.txt index 0120ae6e0..492603226 100644 --- a/TODO.txt +++ b/TODO.txt @@ -199,8 +199,8 @@ * BUG: trade ships not building DONE 11/29/2024 * make mini map for path finding DONE 11/29/2024 * have NPCs build destroyers and battleships DONE 11/30/2024 -* add info view on top right -* extend alliances +* add info view on top right DONE 11/30/2024 +* add info view for units * add defense post * add radiation from nuke * add cities diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 5fd401740..b4917202f 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -90,7 +90,7 @@ export class DefaultConfig implements Config { return 30 * 10 } allianceDuration(): Tick { - return 400 * 10 + return 600 * 10 } percentageTilesOwnedToWin(): number { return 95