Closes Anuken/Mindustry-Suggestions/issues/5537, partially implements Anuken/Mindustry-Suggestions/issues/5535

This commit is contained in:
Anuken
2025-04-17 16:28:56 -04:00
parent 233acfa6f5
commit 264d13f827
6 changed files with 28 additions and 3 deletions

View File

@@ -2376,6 +2376,7 @@ public class UnitTypes{
controller = u -> u.team.isAI() ? aiController.get() : new CommandAI();
isEnemy = false;
targetBuildingsMobile = false;
lowAltitude = true;
flying = true;
mineSpeed = 6.5f;
@@ -2415,6 +2416,7 @@ public class UnitTypes{
controller = u -> u.team.isAI() ? aiController.get() : new CommandAI();
isEnemy = false;
targetBuildingsMobile = false;
flying = true;
mineSpeed = 7f;
mineTier = 1;
@@ -2457,6 +2459,7 @@ public class UnitTypes{
controller = u -> u.team.isAI() ? aiController.get() : new CommandAI();
isEnemy = false;
targetBuildingsMobile = false;
lowAltitude = true;
flying = true;
mineSpeed = 8f;