Add TraitLocation to all bot modules.
This commit is contained in:
@@ -17,6 +17,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
[TraitLocation(SystemActors.Player)]
|
||||
[Desc("Manages AI minelayer unit related with " + nameof(Minelayer) + " traits.",
|
||||
"When enemy damage AI's actors, the location of conflict will be recorded,",
|
||||
"If a location is a valid spot, it will add/merge to favorite location for usage later")]
|
||||
|
||||
Reference in New Issue
Block a user