Tweaked tech tree for caldera

This commit is contained in:
Epowerj 2022-09-01 20:56:14 -04:00
parent 2bbcf601aa
commit c1775bf16b

View File

@ -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), () -> {
});
});