mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-20 20:57:59 +07:00
Unit build req changes
This commit is contained in:
@ -220,6 +220,11 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(tankAssembler, Seq.with(new OnSector(four), new Research(constructor), new Research(atmosphericConcentrator)), () -> {
|
||||
//auto-unlock?
|
||||
node(primeControlCore, () -> {
|
||||
|
||||
});
|
||||
|
||||
node(UnitTypes.vanquish, () -> {
|
||||
node(UnitTypes.conquer, Seq.with(tmpNever), () -> {
|
||||
|
||||
|
Reference in New Issue
Block a user