Fixed certain units having useless mine command
This commit is contained in:
@@ -796,7 +796,7 @@ public class UnitType extends UnlockableContent{
|
|||||||
cmds.add(UnitCommand.rebuildCommand, UnitCommand.assistCommand);
|
cmds.add(UnitCommand.rebuildCommand, UnitCommand.assistCommand);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(mineSpeed > 0){
|
if(mineTier > 0){
|
||||||
cmds.add(UnitCommand.mineCommand);
|
cmds.add(UnitCommand.mineCommand);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user