Revert "Units that have turrets while deployed now move their turrets back to their initial positions before undeploying"
This reverts commit d34bea293505f152d5f5aae3806dfcf36104945b.
This commit is contained in:
committed by
Oliver Brakmann
parent
7184f5f97e
commit
b41c178cb9
@@ -188,15 +188,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return HasAchievedDesiredFacing;
|
||||
}
|
||||
|
||||
public void StopAiming(Actor self)
|
||||
{
|
||||
if (IsTraitDisabled)
|
||||
return;
|
||||
|
||||
if (attack != null && attack.IsAiming)
|
||||
attack.OnStopOrder(self);
|
||||
}
|
||||
|
||||
public virtual bool HasAchievedDesiredFacing
|
||||
{
|
||||
get { return DesiredFacing == null || TurretFacing == DesiredFacing.Value; }
|
||||
|
||||
Reference in New Issue
Block a user