From e6502dad7512ac5800a1bda98e8f68b3e1432acb Mon Sep 17 00:00:00 2001 From: Epowerj Date: Fri, 8 Jul 2022 18:35:47 -0400 Subject: [PATCH] Changed requirements for split --- core/src/mindustry/content/ErekirTechTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 9ed219f616..b31022d093 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -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)), () -> { });