Fix the description of VeteranProductionIconOverlay

This commit is contained in:
abcdefg30
2020-01-28 21:56:15 +01:00
committed by Matthias Mailänder
parent 1020a7bfab
commit 6cc27eaa76

View File

@@ -15,9 +15,9 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits.Render
{
[Desc("Attach this to the player actor. When attached, enables all actors possessing the LevelupWhenCreated ",
[Desc("Attach this to the player actor. When attached, enables all actors possessing the ProducibleWithLevel ",
"trait to have their production queue icons render with an overlay defined in this trait. ",
"The icon change occurs when LevelupWhenCreated.Prerequisites are met.")]
"The icon change occurs when ProducibleWithLevel.Prerequisites are met.")]
public class VeteranProductionIconOverlayInfo : ITraitInfo, Requires<TechTreeInfo>
{
[FieldLoader.Require]