mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-20 12:47:37 +07:00
Minor refactoring & tech tree fixes
This commit is contained in:
@ -270,10 +270,10 @@ public class ErekirTechTree{
|
||||
|
||||
});
|
||||
|
||||
node(tankReconstructor, () -> {
|
||||
node(tankReconstructor, Seq.with(new OnSector(three)), () -> {
|
||||
node(UnitTypes.locus);
|
||||
|
||||
node(shipReconstructor, () -> {
|
||||
node(shipReconstructor, Seq.with(new OnSector(four)), () -> {
|
||||
node(UnitTypes.avert);
|
||||
|
||||
node(mechReconstructor, () -> {
|
||||
|
Reference in New Issue
Block a user