Maps updated, ready to go
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -339,10 +339,10 @@ public class ErekirTechTree{
|
|||||||
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
||||||
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
|
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
|
||||||
node(four, Seq.with(new SectorComplete(three), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> {
|
node(four, Seq.with(new SectorComplete(three), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> {
|
||||||
//TODO research reqs?
|
//TODO doesn't work
|
||||||
node(five, Seq.with(new SectorComplete(four)), () -> {
|
//node(five, Seq.with(new SectorComplete(four)), () -> {
|
||||||
|
|
||||||
});
|
//});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user