Maps updated, ready to go

This commit is contained in:
Anuken
2022-05-06 20:26:33 -04:00
parent fb389c9984
commit 59674dfcf2
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -339,10 +339,10 @@ public class ErekirTechTree{
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
node(four, Seq.with(new SectorComplete(three), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> {
//TODO research reqs?
node(five, Seq.with(new SectorComplete(four)), () -> {
//TODO doesn't work
//node(five, Seq.with(new SectorComplete(four)), () -> {
});
//});
});
});
});