mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
Faster erekir mining speed
This commit is contained in:
@ -340,7 +340,7 @@ public class ErekirTechTree{
|
||||
//TODO more sectors
|
||||
node(onset, () -> {
|
||||
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), new Research(shipFabricator)), () -> {
|
||||
node(four, Seq.with(new SectorComplete(three)), () -> {
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user