diff --git a/OpenRA.Mods.Cnc/AirstrikePower.cs b/OpenRA.Mods.Cnc/AirstrikePower.cs index 8710c35d25..7666978e7b 100644 --- a/OpenRA.Mods.Cnc/AirstrikePower.cs +++ b/OpenRA.Mods.Cnc/AirstrikePower.cs @@ -55,6 +55,7 @@ namespace OpenRA.Mods.Cnc var a = w.CreateActor("a10", startPos, Owner); a.traits.Get().Facing = Util.GetFacing(order.TargetLocation - startPos, 0); a.traits.Get().Altitude = a.Info.Traits.Get().CruiseAltitude; + a.traits.Get().SetTarget(order.TargetLocation); a.CancelActivity(); a.QueueActivity(new Fly(order.TargetLocation)); diff --git a/mods/cnc/sequences.xml b/mods/cnc/sequences.xml index 3f6da96ba5..6d165faad5 100644 --- a/mods/cnc/sequences.xml +++ b/mods/cnc/sequences.xml @@ -123,8 +123,11 @@ - - - - + + + + + + + \ No newline at end of file diff --git a/mods/cnc/vehicles.yaml b/mods/cnc/vehicles.yaml index 0740e30dc1..d9d3a16b14 100644 --- a/mods/cnc/vehicles.yaml +++ b/mods/cnc/vehicles.yaml @@ -482,3 +482,4 @@ A10: Ammo: 10 CarpetBomb: Weapon: Napalm + Range: 3