mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-23 04:52:38 -08:00
Tainted woods guardian reverted, tech tree position changed
This commit is contained in:
parent
b2261b52df
commit
5615182bc5
2 changed files with 11 additions and 9 deletions
Binary file not shown.
|
|
@ -504,15 +504,6 @@ public class SerpuloTechTree{
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(taintedWoods, Seq.with(
|
||||
new SectorComplete(biomassFacility),
|
||||
new SectorComplete(fungalPass),
|
||||
new Research(Items.sporePod),
|
||||
new Research(wave)
|
||||
), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(ruinousShores, Seq.with(
|
||||
|
|
@ -528,6 +519,17 @@ public class SerpuloTechTree{
|
|||
new Research(siliconSmelter),
|
||||
new Research(steamGenerator)
|
||||
), () -> {
|
||||
node(taintedWoods, Seq.with(
|
||||
new SectorComplete(biomassFacility),
|
||||
new SectorComplete(fungalPass),
|
||||
new SectorComplete(windsweptIslands),
|
||||
new Research(Items.sporePod),
|
||||
new Research(Items.plastanium),
|
||||
new Research(wave)
|
||||
), () -> {
|
||||
|
||||
});
|
||||
|
||||
node(seaPort, Seq.with(
|
||||
new SectorComplete(biomassFacility),
|
||||
new SectorComplete(frontier),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue