Skip to content

Commit e0d31c1

Browse files
author
slava0135
committed
fixed scrap walls research tree
1 parent 6dfe905 commit e0d31c1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/revision/content/ReSearchTree.kt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ class ReSearchTree {
1515
var context: TechNode? = null
1616

1717
fun load() {
18-
margeNode(ReBlocks.shredder) {
19-
node(scrapWall) {
20-
node(scrapWallLarge) {
21-
node(scrapWallHuge) {
22-
node(scrapWallGigantic)
23-
}
24-
}
25-
}
26-
}
2718
margeNode(blastDrill) {
2819
node(ReBlocks.multiDrill)
2920
}
@@ -54,6 +45,13 @@ class ReSearchTree {
5445
node(ReBlocks.sieve)
5546
}
5647
margeNode(duo) {
48+
node(scrapWall) {
49+
node(scrapWallLarge) {
50+
node(scrapWallHuge) {
51+
node(scrapWallGigantic)
52+
}
53+
}
54+
}
5755
node(ReBlocks.shredder)
5856
node(ReBlocks.thorns)
5957
}

0 commit comments

Comments
 (0)