Update the description of EnemyWatcher and AnnounceOnSeen
This commit is contained in:
@@ -15,7 +15,8 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Common.Traits.Sound
|
||||
{
|
||||
[Desc("Players will be notified when this actor becomes visible to them.")]
|
||||
[Desc("Players will be notified when this actor becomes visible to them.",
|
||||
"Requires the 'EnemyWatcher' trait on the player actor.")]
|
||||
public class AnnounceOnSeenInfo : ITraitInfo
|
||||
{
|
||||
[Desc("Should there be a radar ping on enemies' radar at the actor's location when they see him")]
|
||||
|
||||
Reference in New Issue
Block a user