Give the airdrop C17 enough room to land. Fixes #3554.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenRA.Mods.Cnc
|
|||||||
new AltitudeInit( Rules.Info[actorType].Traits.Get<PlaneInfo>().CruiseAltitude ),
|
new AltitudeInit( Rules.Info[actorType].Traits.Get<PlaneInfo>().CruiseAltitude ),
|
||||||
});
|
});
|
||||||
|
|
||||||
a.QueueActivity(Fly.ToCell(self.Location + new CVec(6, 0)));
|
a.QueueActivity(Fly.ToCell(self.Location + new CVec(9, 0)));
|
||||||
a.QueueActivity(new Land(Target.FromActor(self)));
|
a.QueueActivity(new Land(Target.FromActor(self)));
|
||||||
a.QueueActivity(new CallFunc(() =>
|
a.QueueActivity(new CallFunc(() =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user