diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 494a35b377..3ff6855116 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -279,7 +279,7 @@ public class ErekirTechTree{ }); }); - node(coreCitadel, Seq.with(new SectorComplete(basin)), () -> { + node(coreCitadel, Seq.with(new SectorComplete(peaks)), () -> { node(coreAcropolis, () -> { });