Change aircraft default to move to rally point after resupplying.

This commit is contained in:
Paul Chote
2016-09-25 15:45:23 +01:00
parent ea65ac542e
commit 3487d6bad5

View File

@@ -70,7 +70,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly bool TurnToLand = false;
[Desc("Does this actor cancel its previous activity after resupplying?")]
public readonly bool AbortOnResupply = false;
public readonly bool AbortOnResupply = true;
public readonly WDist LandAltitude = WDist.Zero;