re-enable stacking

This commit is contained in:
evan
2025-04-28 15:18:50 -07:00
parent 910480cc71
commit a36fdcaaed
+2 -1
View File
@@ -676,7 +676,8 @@ export class DefaultConfig implements Config {
}
structureMinDist(): number {
return 12;
// TODO: Increase this to ~15 once upgradable structures are implemented.
return 1;
}
shellLifetime(): number {