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)), () -> { }); });