Unit renamings

This commit is contained in:
Anuken
2022-05-05 12:26:23 -04:00
parent 05d5a160fe
commit 7782331dbc
34 changed files with 18 additions and 19 deletions

View File

@ -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), () -> {
});
});