mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Fixed research tree issue that prevented unlocking split
This commit is contained in:
parent
3a3eb2c63d
commit
a68b2fad11
@ -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)), () -> {
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user