Minor refactoring & tech tree fixes

This commit is contained in:
Anuken
2022-03-10 22:04:59 -05:00
parent 3847434c42
commit 96329b9b2e
6 changed files with 11 additions and 12 deletions

View File

@ -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, () -> {