Tweaked tech tree for caldera
This commit is contained in:
@@ -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), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user