diff --git a/core/assets/maps/taintedWoods.msav b/core/assets/maps/taintedWoods.msav index 066c991eba..237bae65ba 100644 Binary files a/core/assets/maps/taintedWoods.msav and b/core/assets/maps/taintedWoods.msav differ diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index e579cdb91c..0157109c4c 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -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),