From c7ef42cad4ae911681974d68701f9389444b76d4 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Wed, 19 Oct 2022 17:54:21 -0400 Subject: [PATCH] Changed acropolis core on tech tree --- core/src/mindustry/content/ErekirTechTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 527c4bf669..aed50000f4 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -298,7 +298,7 @@ public class ErekirTechTree{ }); node(coreCitadel, Seq.with(new SectorComplete(peaks)), () -> { - node(coreAcropolis, () -> { + node(coreAcropolis, Seq.with(new SectorComplete(siege)), () -> { }); });