Improve the description of LandOnCondition of Aircraft

This commit is contained in:
Jean-Rémy Buchs
2017-08-09 18:43:26 +02:00
committed by atlimit8
parent de7a0c9861
commit 49f42401e6

View File

@@ -101,7 +101,8 @@ namespace OpenRA.Mods.Common.Traits
yield return new FacingInit(PreviewFacing);
}
[Desc("Condition when this aircraft should land as soon as possible and refuse to take off.")]
[Desc("Condition when this aircraft should land as soon as possible and refuse to take off. ",
"This only applies while the aircraft is above terrain which is listed in LandableTerrainTypes.")]
public readonly BooleanExpression LandOnCondition;
public IReadOnlyDictionary<CPos, SubCell> OccupiedCells(ActorInfo info, CPos location, SubCell subCell = SubCell.Any) { return new ReadOnlyDictionary<CPos, SubCell>(); }