Rename AttackBase.IsAttacking to IsAiming to make its uses and assumptions clear.

This commit is contained in:
Paul Chote
2017-11-26 11:55:05 +00:00
committed by reaperrr
parent ea05221180
commit b898b5001a
9 changed files with 9 additions and 9 deletions

View File

@@ -117,7 +117,7 @@ namespace OpenRA.Mods.Common.Traits
if (attack != null)
{
// Only realign while not attacking anything
if (attack.IsAttacking)
if (attack.IsAiming)
return;
if (realignTick < Info.RealignDelay)