Fixed level four requirements
This commit is contained in:
@@ -338,7 +338,7 @@ public class ErekirTechTree{
|
|||||||
node(onset, () -> {
|
node(onset, () -> {
|
||||||
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
||||||
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
|
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
|
||||||
node(four, Seq.with(new SectorComplete(three), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> {
|
node(four, Seq.with(new SectorComplete(three)), () -> {
|
||||||
//TODO doesn't work
|
//TODO doesn't work
|
||||||
node(five, Seq.with(new SectorComplete(four), tmpNever), () -> {
|
node(five, Seq.with(new SectorComplete(four), tmpNever), () -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user