Revert FlightDynamics
This needs more thought and most parts might get superseded by other approaches. Kept CanSlide separation from CanHover.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
// otherwise if it is hidden or dead we give up
|
||||
if (checkTarget.IsInRange(pos, maxRange) && !checkTarget.IsInRange(pos, minRange))
|
||||
{
|
||||
if (!aircraft.Info.FlightDynamics.HasFlag(FlightDynamic.Hover))
|
||||
if (!aircraft.Info.CanHover)
|
||||
Fly.FlyTick(self, aircraft, aircraft.Facing, aircraft.Info.CruiseAltitude);
|
||||
|
||||
return useLastVisibleTarget;
|
||||
|
||||
Reference in New Issue
Block a user