mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
Tweaked tech tree for caldera
This commit is contained in:
@ -135,8 +135,8 @@ public class ErekirTechTree{
|
||||
//TODO move into turbine condenser?
|
||||
node(plasmaBore, () -> {
|
||||
node(impactDrill, Seq.with(new OnSector(aegis)), () -> {
|
||||
node(largePlasmaBore, Seq.with(tmpNever), () -> {
|
||||
node(eruptionDrill, () -> {
|
||||
node(largePlasmaBore, Seq.with(new OnSector(caldera)), () -> {
|
||||
node(eruptionDrill, Seq.with(tmpNever), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user