Run spell check over solution.
This commit is contained in:
committed by
Matthias Mailänder
parent
ebf90970b2
commit
96de59f75a
@@ -37,7 +37,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
[Desc("The amount of charge that needs to be present to turn on the condition. " +
|
||||
"If set to -1, threshold is set to full charge. " +
|
||||
"If activated without full charge " + nameof(ConditionDuration) + " is percentally smaller.")]
|
||||
"If activated without full charge " + nameof(ConditionDuration) + " is proportionally smaller.")]
|
||||
public readonly int ChargeThreshhold = -1;
|
||||
|
||||
[Desc("How long (in ticks) should the condition stay active?")]
|
||||
|
||||
Reference in New Issue
Block a user