RTS AI fixes / Silicon gated behind Frozen Forest / Tainted woods guardian nerf

This commit is contained in:
Anuken
2025-04-30 19:07:57 -04:00
parent bad43e8fa9
commit 37f32d3317
7 changed files with 10 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ public class RtsAI{
for(var unit : data.units){
if(used.add(unit.id) && unit.controller() instanceof CommandAI cai && !cai.hasCommand() && !cai.isAttacking()){
squad.clear();
squad.add(unit);
stack.clear();
stack.add(unit);