mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-03 22:21:17 +07:00
Added walls to tech tree
This commit is contained in:
parent
180e527a18
commit
c628ed9495
@ -152,6 +152,17 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(breach, () -> {
|
||||
node(berylliumWall, () -> {
|
||||
node(berylliumWallLarge, () -> {
|
||||
|
||||
});
|
||||
|
||||
node(tungstenWall, () -> {
|
||||
node(tungstenWallLarge, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(fracture, () -> {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user