More WIP sector tech tree changes

This commit is contained in:
Anuken
2025-05-18 12:12:04 -04:00
parent 913104b774
commit cc7c2dd79c
8 changed files with 9 additions and 53 deletions

View File

@@ -485,7 +485,13 @@ public class SerpuloTechTree{
new Research(cultivator),
new Research(coalCentrifuge)
), () -> {
node(atolls, Seq.with(
new SectorComplete(seaPort),
new Research(multiplicativeReconstructor),
new Research(mega)
), () -> {
});
});
node(overgrowth, Seq.with(
@@ -507,14 +513,6 @@ public class SerpuloTechTree{
), () -> {
});
node(atolls, Seq.with(
new SectorComplete(windsweptIslands),
new Research(multiplicativeReconstructor),
new Research(mega)
), () -> {
});
});
});
});