Origin testing

This commit is contained in:
Anuken
2022-10-28 16:15:09 -04:00
parent 0b9da88ebf
commit 42d929f32d
7 changed files with 13 additions and 4 deletions

View File

@ -385,7 +385,9 @@ public class ErekirTechTree{
node(siege, Seq.with(new SectorComplete(crevice)), () -> {
node(crossroads, Seq.with(new SectorComplete(siege)), () -> {
node(karst, Seq.with(new SectorComplete(crossroads), new Research(coreAcropolis)), () -> {
node(origin, Seq.with(new SectorComplete(karst), new Research(coreAcropolis), new Research(UnitTypes.vanquish), new Research(UnitTypes.disrupt), new Research(UnitTypes.collaris)), () -> {
});
});
});
});