Fixed replacement of preset sectors in JSON

This commit is contained in:
Anuken
2026-01-13 22:32:22 -05:00
parent 772404a494
commit b50b922d3a
2 changed files with 21 additions and 26 deletions

View File

@@ -680,23 +680,6 @@ public class SerpuloTechTree{
), () -> {
});
//TODO: removed for now
/*node(polarAerodrome, Seq.with(
new SectorComplete(fungalPass),
new SectorComplete(desolateRift),
new SectorComplete(overgrowth),
new Research(multiplicativeReconstructor),
new Research(zenith),
new Research(swarmer),
new Research(cyclone),
new Research(blastDrill),
new Research(blastDrill),
new Research(massDriver)
), () -> {
});
*/
});
});