Changed requirements for split

This commit is contained in:
Epowerj
2022-07-08 18:35:47 -04:00
parent 0182e61803
commit e6502dad75

View File

@ -351,7 +351,7 @@ public class ErekirTechTree{
node(three, Seq.with(new SectorComplete(two), new SectorComplete(lake), new Research(ventCondenser), new Research(shipFabricator)), () -> {
node(atlas, Seq.with(new SectorComplete(three), new Research(mechFabricator)), () -> {
node(split, Seq.with(new SectorComplete(atlas), new Research(payloadConveyor)), () -> {
node(split, Seq.with(new SectorComplete(atlas), new Research(payloadConveyor), new Research(reinforcedContainer)), () -> {
});