Ram stance + Mobile command queue support

This commit is contained in:
Anuken
2023-09-21 09:57:57 -04:00
parent 7ce05fde7a
commit a6ec8f4bcc
9 changed files with 54 additions and 16 deletions

View File

@@ -307,6 +307,8 @@ public class Teams{
//convert all team tiles to neutral, randomly killing them
for(var b : builds){
if(b.block.privileged) continue;
if(b instanceof CoreBuild){
b.kill();
}else{