RTS AI fixes and improvements

This commit is contained in:
Anuken
2025-04-22 19:42:05 -04:00
parent bea50d3821
commit 45f8144a2e
7 changed files with 28 additions and 22 deletions

View File

@@ -517,6 +517,7 @@ public class UnitAssembler extends PayloadBlock{
unit.set(spawn.x + Mathf.range(0.001f), spawn.y + Mathf.range(0.001f));
unit.rotation = rotdeg();
unit.add();
Units.notifyUnitSpawn(unit);
}
progress = 0f;