mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-28 00:19:57 +07:00
Tweaked tech tree for caldera
This commit is contained in:
parent
2bbcf601aa
commit
c1775bf16b
@ -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), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user