mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 20:41:58 -08:00
Fixed #10173
This commit is contained in:
parent
5fcc94fa09
commit
e1759adcfe
2 changed files with 15 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue