Merge pull request #3467 from Quezler/patch-57

Give some techtree brackets a new line
This commit is contained in:
Anuken 2020-11-19 12:45:05 -05:00 committed by GitHub
commit d63efb1ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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, () -> {
});
});
});