mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-05 16:37:38 +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?
|
//TODO move into turbine condenser?
|
||||||
node(plasmaBore, () -> {
|
node(plasmaBore, () -> {
|
||||||
node(impactDrill, Seq.with(new OnSector(aegis)), () -> {
|
node(impactDrill, Seq.with(new OnSector(aegis)), () -> {
|
||||||
node(largePlasmaBore, Seq.with(tmpNever), () -> {
|
node(largePlasmaBore, Seq.with(new OnSector(caldera)), () -> {
|
||||||
node(eruptionDrill, () -> {
|
node(eruptionDrill, Seq.with(tmpNever), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user