Skip to content

Commit

Permalink
fixed scrap walls research tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Nov 1, 2022
1 parent 6dfe905 commit e0d31c1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/revision/content/ReSearchTree.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ class ReSearchTree {
var context: TechNode? = null

fun load() {
margeNode(ReBlocks.shredder) {
node(scrapWall) {
node(scrapWallLarge) {
node(scrapWallHuge) {
node(scrapWallGigantic)
}
}
}
}
margeNode(blastDrill) {
node(ReBlocks.multiDrill)
}
Expand Down Expand Up @@ -54,6 +45,13 @@ class ReSearchTree {
node(ReBlocks.sieve)
}
margeNode(duo) {
node(scrapWall) {
node(scrapWallLarge) {
node(scrapWallHuge) {
node(scrapWallGigantic)
}
}
}
node(ReBlocks.shredder)
node(ReBlocks.thorns)
}
Expand Down

0 comments on commit e0d31c1

Please sign in to comment.