Run spell check over solution

This commit is contained in:
RoosterDragon
2021-12-05 16:22:22 +00:00
committed by reaperrr
parent b3d290edd9
commit 727084c5fc
31 changed files with 34 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ namespace OpenRA.Mods.Common.Traits
"Non-positive values will make it use Health.HP.")]
public readonly int MaxHP = 0;
[Desc("Is the condition irrevokable once it has been granted?")]
[Desc("Is the condition irrevocable once it has been granted?")]
public readonly bool GrantPermanently = false;
public override object Create(ActorInitializer init) { return new GrantConditionOnHealth(init.Self, this); }