RTS AI fixes and improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user