diff --git a/core/src/mindustry/type/UnitType.java b/core/src/mindustry/type/UnitType.java index e44386198b..7142bfff45 100644 --- a/core/src/mindustry/type/UnitType.java +++ b/core/src/mindustry/type/UnitType.java @@ -796,7 +796,7 @@ public class UnitType extends UnlockableContent{ cmds.add(UnitCommand.rebuildCommand, UnitCommand.assistCommand); } - if(mineSpeed > 0){ + if(mineTier > 0){ cmds.add(UnitCommand.mineCommand); } }