Run spell check over solution
This commit is contained in:
@@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Warheads
|
||||
[Desc("Type of smudge to apply to terrain.")]
|
||||
public readonly HashSet<string> SmudgeType = new HashSet<string>();
|
||||
|
||||
[Desc("Percentual chance the smudge is created.")]
|
||||
[Desc("Percentage chance the smudge is created.")]
|
||||
public readonly int Chance = 100;
|
||||
|
||||
public override void DoImpact(in Target target, WarheadArgs args)
|
||||
|
||||
Reference in New Issue
Block a user