slight tidy to HackyAI
This commit is contained in:
@@ -14,7 +14,6 @@ using System.Linq;
|
|||||||
using OpenRA.FileFormats;
|
using OpenRA.FileFormats;
|
||||||
using OpenRA.Mods.RA.Buildings;
|
using OpenRA.Mods.RA.Buildings;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
using OpenRA.Mods.RA.Activities;
|
|
||||||
using XRandom = OpenRA.Thirdparty.Random;
|
using XRandom = OpenRA.Thirdparty.Random;
|
||||||
|
|
||||||
//TODO:
|
//TODO:
|
||||||
@@ -250,7 +249,6 @@ namespace OpenRA.Mods.RA.AI
|
|||||||
activeUnits.Add(a);
|
activeUnits.Add(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Create an attack force when we have enough units around our base. */
|
/* Create an attack force when we have enough units around our base. */
|
||||||
// (don't bother leaving any behind for defense.)
|
// (don't bother leaving any behind for defense.)
|
||||||
if (unitsHangingAroundTheBase.Count >= Info.SquadSize)
|
if (unitsHangingAroundTheBase.Count >= Info.SquadSize)
|
||||||
|
|||||||
Reference in New Issue
Block a user