Removed BaseAI

This commit is contained in:
Anuken
2022-02-18 21:38:24 -05:00
parent 20b10e924b
commit c1bc97ec51
13 changed files with 7 additions and 352 deletions

View File

@@ -83,6 +83,7 @@ public class RtsAI{
}
}
//TODO atrocious implementation
void checkBuilding(){
if(data.team.rules().aiCoreSpawn && timer.get(timerSpawn, 60 * 7f) && data.hasCore()){
CoreBlock block = (CoreBlock)data.core().block;