re-enable stacking

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