LuaDocs consistency fixes

This commit is contained in:
Thijs Waalen
2014-09-06 19:28:59 +02:00
parent eb959c5858
commit f47fe75970
2 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenRA.Mods.RA.Scripting
}
[ScriptActorPropertyActivity]
[Desc("Returns true if 'player' has lost all units/actors that have the 'MustBeDestroyed' trait.")]
[Desc("Returns true if the player has lost all units/actors that have the MustBeDestroyed trait.")]
public bool HasNoRequiredUnits()
{
return player.HasNoRequiredUnits();