mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Merui swap / Bomber command support
This commit is contained in:
@ -283,13 +283,13 @@ public class ErekirTechTree{
|
||||
|
||||
});
|
||||
|
||||
node(mechFabricator, Seq.with(new OnSector(two)), () -> {
|
||||
node(UnitTypes.merui, () -> {
|
||||
node(shipFabricator, Seq.with(new OnSector(two)), () -> {
|
||||
node(UnitTypes.elude, () -> {
|
||||
|
||||
});
|
||||
|
||||
node(shipFabricator, Seq.with(new OnSector(three)), () -> {
|
||||
node(UnitTypes.elude, () -> {
|
||||
node(mechFabricator, Seq.with(new OnSector(three)), () -> {
|
||||
node(UnitTypes.merui, () -> {
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user