mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
More difficult 'waves' for Origin
This commit is contained in:
@ -377,8 +377,8 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
|
||||
node(marsh, Seq.with(new SectorComplete(basin)), () ->{
|
||||
node(ravine, Seq.with(new SectorComplete(marsh), new Research(Liquids.slag)), () ->{
|
||||
node(marsh, Seq.with(new SectorComplete(basin)), () -> {
|
||||
node(ravine, Seq.with(new SectorComplete(marsh), new Research(Liquids.slag)), () -> {
|
||||
node(caldera, Seq.with(new SectorComplete(peaks), new Research(heatRedirector)), () -> {
|
||||
node(stronghold, Seq.with(new SectorComplete(caldera), new Research(coreCitadel)), () -> {
|
||||
node(crevice, Seq.with(new SectorComplete(stronghold)), () -> {
|
||||
|
Reference in New Issue
Block a user