Changed erekir pump requirements

This commit is contained in:
Anuken
2022-01-27 00:30:20 -05:00
parent 20f30d820b
commit 89e0e3b658
2 changed files with 12 additions and 10 deletions

View File

@ -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
});