Rename AttackMove *ScanConditions.

This commit is contained in:
Paul Chote
2019-05-09 22:44:34 +00:00
committed by reaperrr
parent 0e1374f0eb
commit 6248326b29
10 changed files with 62 additions and 18 deletions

View File

@@ -25,12 +25,12 @@ namespace OpenRA.Mods.Common.Traits
[VoiceReference] public readonly string Voice = "Action";
[GrantedConditionReference]
[Desc("The condition to grant to self while scanning for targets during an attack-move.")]
public readonly string AttackMoveScanCondition = null;
[Desc("The condition to grant to self while an attack-move is active.")]
public readonly string AttackMoveCondition = null;
[GrantedConditionReference]
[Desc("The condition to grant to self while scanning for targets during an assault-move.")]
public readonly string AssaultMoveScanCondition = null;
[Desc("The condition to grant to self while an assault-move is active.")]
public readonly string AssaultMoveCondition = null;
[Desc("Can the actor be ordered to move in to shroud?")]
public readonly bool MoveIntoShroud = true;