mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-19 20:27:44 +07:00
Added ravine to campaign list
This commit is contained in:
@ -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)), () ->{
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user