diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index c638349073..680c0194dd 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -137,6 +137,10 @@ public class ErekirTechTree{ node(eruptionDrill, Seq.with(new OnSector(stronghold)), () -> { }); + + node(largeCliffCrusher, Seq.with(new OnSector(stronghold)), () -> { + + }); }); }); });