Bugfixes / Map tweaks

This commit is contained in:
Anuken
2019-02-10 10:20:26 -05:00
parent ccaf888e8b
commit a9778e6e68
3 changed files with 7 additions and 18 deletions
@@ -245,15 +245,13 @@ public class TechTree implements ContentList{
node(spiritFactory, () -> {
node(daggerFactory, () -> {
node(daggerFactory, () -> {
node(titanFactory, () -> {
node(fortressFactory);
});
node(wraithFactory, () -> {
node(phantomFactory);
node(ghoulFactory, () -> {
node(revenantFactory);
});
node(titanFactory, () -> {
node(fortressFactory);
});
node(wraithFactory, () -> {
node(phantomFactory);
node(ghoulFactory, () -> {
node(revenantFactory);
});
});
});