mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
Five is inaccessible
This commit is contained in:
parent
5e6158feff
commit
7fbd196919
@ -340,9 +340,9 @@ public class ErekirTechTree{
|
|||||||
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), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> {
|
||||||
//TODO doesn't work
|
//TODO doesn't work
|
||||||
//node(five, Seq.with(new SectorComplete(four)), () -> {
|
node(five, Seq.with(new SectorComplete(four), tmpNever), () -> {
|
||||||
|
|
||||||
//});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user