mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 09:47:24 +07:00
Turret progress
This commit is contained in:
@ -258,9 +258,10 @@ public class ErekirTechTree{
|
||||
|
||||
node(diffuse, Seq.with(new OnSector(two)), () -> {
|
||||
node(sublimate, () -> {
|
||||
//TODO implement
|
||||
node(titan, Seq.with(new OnSector(four)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(four)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(disperse, Seq.with(new OnSector(four)), () -> {
|
||||
|
Reference in New Issue
Block a user