diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index 6e389dc8c3..85c379ca45 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -140,7 +140,7 @@ public class SerpuloTechTree{ }); }); - node(plastaniumCompressor, Seq.with(new SectorComplete(windsweptIslands), new OnSector(tarFields)), () -> { + node(plastaniumCompressor, Seq.with(new SectorComplete(windsweptIslands)), () -> { node(phaseWeaver, Seq.with(new SectorComplete(tarFields)), () -> { });