From f1fab52b0f3f22a2449f6f283aac69977afe5502 Mon Sep 17 00:00:00 2001 From: slava0135 Date: Sat, 7 Jan 2023 16:40:12 +0300 Subject: [PATCH] fix hacker tech tree unlock --- src/revision/content/ReSearchTree.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/revision/content/ReSearchTree.kt b/src/revision/content/ReSearchTree.kt index 21d99bd..74719fb 100644 --- a/src/revision/content/ReSearchTree.kt +++ b/src/revision/content/ReSearchTree.kt @@ -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 { @@ -55,8 +54,8 @@ class ReSearchTree { node(ReBlocks.shredder) node(ReBlocks.thorns) } - margeNode(hacker) { - node(parallax) + margeNode(parallax) { + node(ReBlocks.hacker) } }