Added ravine to campaign list

This commit is contained in:
Epowerj
2022-08-29 17:44:19 -04:00
parent b495308832
commit 697e6d503f
3 changed files with 10 additions and 1 deletions

View File

@ -359,6 +359,10 @@ public class ErekirTechTree{
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
node(marsh, Seq.with(new SectorComplete(basin)), () ->{
node(ravine, Seq.with(new SectorComplete(marsh)), () ->{
});
node(peaks, Seq.with(new SectorComplete(marsh), new SectorComplete(split)), () ->{
});