Cheaper research for Erekir

This commit is contained in:
Anuken
2022-10-29 09:40:06 -04:00
parent 959e0ad8a8
commit d9729612e2
2 changed files with 7 additions and 11 deletions

View File

@@ -19,9 +19,10 @@ public class SerpuloTechTree{
node(junction, () -> {
node(router, () -> {
node(launchPad, Seq.with(new SectorComplete(extractionOutpost)), () -> {
node(interplanetaryAccelerator, Seq.with(new SectorComplete(planetaryTerminal)), () -> {
//no longer necessary to beat the campaign
//node(interplanetaryAccelerator, Seq.with(new SectorComplete(planetaryTerminal)), () -> {
});
//});
});
node(distributor);