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:
@@ -157,7 +157,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
{
|
||||
aircraft.AllowYieldingReservation();
|
||||
if (wasRepaired ||
|
||||
(!stayOnResupplier && aircraft.Info.FlightDynamics.HasFlag(FlightDynamic.TakeOffOnResupply)))
|
||||
(!stayOnResupplier && aircraft.Info.TakeOffOnResupply))
|
||||
QueueChild(new TakeOff(self));
|
||||
}
|
||||
else if (!stayOnResupplier)
|
||||
|
||||
Reference in New Issue
Block a user