isLogicControllable

This commit is contained in:
Anuken
2023-02-23 16:12:52 -05:00
parent ab2138d8e7
commit a38351d41f
5 changed files with 21 additions and 1 deletions

View File

@@ -55,6 +55,11 @@ public class AIController implements UnitController{
return false;
}
@Override
public boolean isLogicControllable(){
return true;
}
public void stopShooting(){
for(var mount : unit.mounts){
//ignore mount controllable stats too, they should not shoot either