Tainted woods guardian reverted, tech tree position changed

This commit is contained in:
Anuken 2025-05-01 00:10:08 -04:00
parent b2261b52df
commit 5615182bc5
2 changed files with 11 additions and 9 deletions

Binary file not shown.

View file

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