Increase port build time to 5 seconds

This commit is contained in:
evanpelle
2026-05-02 09:43:19 -06:00
parent 23a9d2fcee
commit ba57da35e2
+1 -1
View File
@@ -379,7 +379,7 @@ export class DefaultConfig implements Config {
UnitType.Port,
UnitType.Factory,
),
constructionDuration: this.instantBuild() ? 0 : 2 * 10,
constructionDuration: this.instantBuild() ? 0 : 5 * 10,
upgradable: true,
};
break;