Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-11-19 13:31:03 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ public class TechTree implements ContentList{
node(router, () -> {
node(launchPad, Seq.with(new SectorComplete(extractionOutpost)), () -> {
node(interplanetaryAccelerator, Seq.with(new SectorComplete(planetaryTerminal)), () -> {
});
});
@@ -200,6 +201,7 @@ public class TechTree implements ContentList{
});
node(illuminator, () -> {
});
});
@@ -422,6 +424,7 @@ public class TechTree implements ContentList{
node(multiplicativeReconstructor, Seq.with(new SectorComplete(overgrowth)), () -> {
node(exponentialReconstructor, () -> {
node(tetrativeReconstructor, () -> {
});
});
});