Possible corner death fix

This commit is contained in:
Anuken
2023-08-29 17:51:45 -04:00
parent 16223af87d
commit e3b815a4c6
6 changed files with 10 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ public class MinerAI extends AIController{
if(ore != null && !unit.validMine(ore)){
ore = null;
unit.mineTile = null;
}
if(mining){