Fixed #5978
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user