Fixed #10173
This commit is contained in:
@@ -123,7 +123,7 @@ public class SerpuloTechTree{
|
||||
});
|
||||
|
||||
node(pyratiteMixer, () -> {
|
||||
node(blastMixer, () -> {
|
||||
node(blastMixer, Seq.with(new SectorComplete(facility32m)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
@@ -503,11 +503,12 @@ public class SerpuloTechTree{
|
||||
});
|
||||
|
||||
node(facility32m, Seq.with(
|
||||
new Research(pneumaticDrill)
|
||||
new Research(pneumaticDrill),
|
||||
new SectorComplete(stainedMountains)
|
||||
), () -> {
|
||||
node(extractionOutpost, Seq.with(
|
||||
new SectorComplete(stainedMountains),
|
||||
new SectorComplete(windsweptIslands),
|
||||
new SectorComplete(facility32m),
|
||||
new Research(groundFactory),
|
||||
new Research(nova),
|
||||
new Research(airFactory),
|
||||
|
||||
Reference in New Issue
Block a user