Give the airdrop C17 enough room to land. Fixes #3554.

This commit is contained in:
Paul Chote
2013-07-14 16:51:50 +12:00
parent a802c5cb01
commit 8f5abf7983

View File

@@ -59,7 +59,7 @@ namespace OpenRA.Mods.Cnc
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 CallFunc(() =>
{