LUA and trait documentation fixes
- Typo in documentation ("proximitry").
- Add spaces between sentences.
- Remove most occurrences of " " (two spaces) unless clearly used as indendation
- Punctuation (although no fullstop after filenames like "notifications.yaml").
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Be sure to use lowercase. Default value is \"e1\".")]
|
||||
public readonly string[] ActorTypes = { "e1" };
|
||||
|
||||
[Desc("Spawns actors only if the selling player's faction is in this list." +
|
||||
[Desc("Spawns actors only if the selling player's faction is in this list. " +
|
||||
"Leave empty to allow all factions by default.")]
|
||||
public readonly string[] Factions = { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user