Minor tweaks

This commit is contained in:
Anuken
2020-01-23 18:33:32 -05:00
parent d031efe1f2
commit f4940fffab
2 changed files with 3 additions and 2 deletions

View File

@@ -201,6 +201,8 @@ public class TechTree implements ContentList{
node(liquidRouter, () -> {
node(liquidTank);
node(bridgeConduit);
node(pulseConduit, () -> {
node(phaseConduit, () -> {
@@ -217,7 +219,6 @@ public class TechTree implements ContentList{
});
});
});
node(bridgeConduit);
});
});
});