This commit is contained in:
Anuken
2021-09-11 15:43:24 -04:00
parent 2664bb84be
commit 2f7c5994a7
+1 -3
View File
@@ -531,9 +531,6 @@ public class TechTree implements ContentList{
new Research(airFactory), new Research(airFactory),
new Research(door) new Research(door)
), () -> { ), () -> {
});
node(coastline, Seq.with( node(coastline, Seq.with(
new SectorComplete(windsweptIslands), new SectorComplete(windsweptIslands),
new Research(navalFactory), new Research(navalFactory),
@@ -552,6 +549,7 @@ public class TechTree implements ContentList{
}); });
}); });
}); });
});
node(overgrowth, Seq.with( node(overgrowth, Seq.with(
new SectorComplete(craters), new SectorComplete(craters),