Merge pull request #11802 from reaperrr/fix-UpgradeOnDamage-desc

Fix UpgradeOnDamage trait description
This commit is contained in:
Oliver Brakmann
2016-08-11 16:11:41 +02:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Applies an upgrade to actors within a specified range.")]
[Desc("Applies an upgrade to the actor at specified damage states.")]
public class UpgradeOnDamageInfo : ITraitInfo, Requires<UpgradeManagerInfo>
{
[UpgradeGrantedReference, FieldLoader.Require]