Fixed research tree issue that prevented unlocking split

This commit is contained in:
Epowerj 2022-07-14 14:49:41 -04:00
parent 3a3eb2c63d
commit a68b2fad11

View File

@ -353,7 +353,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), new Research(reinforcedContainer)), () -> {
node(split, Seq.with(new SectorComplete(atlas), new Research(reinforcedPayloadConveyor), new Research(reinforcedContainer)), () -> {
});