Add missing target lines.

This commit is contained in:
tovl
2019-08-08 14:27:24 +02:00
committed by abcdefg30
parent daa82d113e
commit c0d5cd750d
5 changed files with 16 additions and 4 deletions

View File

@@ -1059,6 +1059,7 @@ namespace OpenRA.Mods.Common.Traits
// Aircraft with TakeOffOnResupply would immediately take off again, so there's no point in forcing them to land
// on a resupplier. For aircraft without it, it makes more sense to land than to idle above a free resupplier.
self.QueueActivity(order.Queued, new ReturnToBase(self, null, !Info.TakeOffOnResupply));
self.ShowTargetLines();
}
else if (orderString == "Scatter")
Nudge(self);