Rearranged tech tree for turrets

This commit is contained in:
Epowerj 2022-08-30 14:43:47 -04:00
parent 19ca24825c
commit 9dbdb05ede

View File

@ -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)), () -> {
});
});
});