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