Minor rendering & AI tweaks

This commit is contained in:
Anuken
2020-10-25 18:34:12 -04:00
parent baf6bdf6a5
commit 514aa26054
4 changed files with 14 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ public class MinerAI extends AIController{
}
if(ore != null){
moveTo(ore, unit.type.range / 2f);
moveTo(ore, unit.type.range / 2f, 20f);
if(unit.within(ore, unit.type.range)){
miner.mineTile(ore);