Fixed #2632 (among other things)
This commit is contained in:
@@ -44,7 +44,7 @@ public class MinerAI extends AIController{
|
||||
}
|
||||
|
||||
if(ore != null){
|
||||
moveTo(ore, unit.type().range / 1.5f);
|
||||
moveTo(ore, unit.type().range / 2f);
|
||||
|
||||
if(unit.within(ore, unit.type().range)){
|
||||
miner.mineTile(ore);
|
||||
|
||||
Reference in New Issue
Block a user