mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 04:28:27 +07:00
Rearranged tech tree for turrets
This commit is contained in:
parent
19ca24825c
commit
9dbdb05ede
@ -261,15 +261,15 @@ public class ErekirTechTree{
|
||||
|
||||
node(diffuse, Seq.with(new OnSector(lake)), () -> {
|
||||
node(sublimate, Seq.with(new OnSector(marsh)), () -> {
|
||||
node(titan, Seq.with(new OnSector(marsh)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(ravine)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(ravine)), () -> {
|
||||
node(titan, Seq.with(new OnSector(marsh)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(disperse, Seq.with(new OnSector(marsh)), () -> {
|
||||
node(disperse, Seq.with(new OnSector(marsh)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user