Add missing target line to aircraft taking off from resupplying.
This commit is contained in:
@@ -188,7 +188,7 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
if (wasRepaired || isHostInvalid || (!stayOnResupplier && aircraft.Info.TakeOffOnResupply))
|
if (wasRepaired || isHostInvalid || (!stayOnResupplier && aircraft.Info.TakeOffOnResupply))
|
||||||
{
|
{
|
||||||
if (rp != null)
|
if (rp != null)
|
||||||
QueueChild(move.MoveTo(rp.Location, repairableNear != null ? null : host.Actor));
|
QueueChild(move.MoveTo(rp.Location, repairableNear != null ? null : host.Actor, targetLineColor: Color.Green));
|
||||||
else
|
else
|
||||||
QueueChild(new TakeOff(self));
|
QueueChild(new TakeOff(self));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user