Update the description of EnemyWatcher and AnnounceOnSeen

This commit is contained in:
abcdefg30
2019-01-07 13:08:31 +01:00
committed by reaperrr
parent db7414e822
commit 7c2f8ef918
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Tracks neutral and enemy actors' visibility and notifies the player.",
"Attach this to the player actor.")]
"Attach this to the player actor. The actors to track need the 'AnnounceOnSeen' trait.")]
class EnemyWatcherInfo : ITraitInfo
{
[Desc("Interval in ticks between scanning for enemies.")]