Skip to content

Commit

Permalink
fix hacker tech tree unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Jan 7, 2023
1 parent 23f936b commit f1fab52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/revision/content/ReSearchTree.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import mindustry.ctype.UnlockableContent
import mindustry.game.Objectives.Objective
import mindustry.game.Objectives.Produce
import mindustry.type.ItemStack
import revision.content.ReBlocks.Companion.hacker

class ReSearchTree {
companion object {
Expand Down Expand Up @@ -55,8 +54,8 @@ class ReSearchTree {
node(ReBlocks.shredder)
node(ReBlocks.thorns)
}
margeNode(hacker) {
node(parallax)
margeNode(parallax) {
node(ReBlocks.hacker)
}
}

Expand Down

0 comments on commit f1fab52

Please sign in to comment.