This commit is contained in:
Anuken 2024-09-04 21:44:45 -04:00
parent 5fcc94fa09
commit e1759adcfe
2 changed files with 15 additions and 5 deletions

View file

@ -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),