mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 10:47:40 +07:00
Changed erekir pump requirements
This commit is contained in:
@ -111,7 +111,7 @@ public class ErekirTechTree{
|
||||
|
||||
node(reinforcedConduit, () -> {
|
||||
//TODO so should this be *on* or *complete*?
|
||||
node(reinforcedPump, Seq.with(new SectorComplete(aware)), () -> {
|
||||
node(reinforcedPump, Seq.with(new OnSector(aware)), () -> {
|
||||
//TODO T2 pump
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user