mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-18 11:47:47 +07:00
Unit renamings
This commit is contained in:
@ -289,7 +289,7 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(shipFabricator, Seq.with(new OnSector(three)), () -> {
|
||||
node(UnitTypes.osc, () -> {
|
||||
node(UnitTypes.elude, () -> {
|
||||
|
||||
});
|
||||
|
||||
@ -321,8 +321,8 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(mechAssembler, Seq.with(tmpNever), () -> {
|
||||
node(UnitTypes.bulwark, () -> {
|
||||
node(UnitTypes.krepost, Seq.with(tmpNever), () -> {
|
||||
node(UnitTypes.tecta, () -> {
|
||||
node(UnitTypes.collaris, Seq.with(tmpNever), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user