mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 10:47:40 +07:00
diffuse in tech tree
This commit is contained in:
@ -249,18 +249,20 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(diffuse, Seq.with(new OnSector(two)), () -> {
|
||||
node(sublimate, () -> {
|
||||
//TODO implement
|
||||
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||
|
||||
node(sublimate, () -> {
|
||||
//TODO implement
|
||||
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
node(disperse, Seq.with(new OnSector(five)), () -> {
|
||||
node(disperse, Seq.with(new OnSector(five)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(tankFabricator), new OnSector(SectorPresets.two)), () -> {
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user