From 8f5abf79839fa288c037f8d6c03977f8ac806fcc Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 14 Jul 2013 16:51:50 +1200 Subject: [PATCH] Give the airdrop C17 enough room to land. Fixes #3554. --- OpenRA.Mods.Cnc/ProductionAirdrop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Cnc/ProductionAirdrop.cs b/OpenRA.Mods.Cnc/ProductionAirdrop.cs index 6fca74b5e5..1b5ce4a429 100644 --- a/OpenRA.Mods.Cnc/ProductionAirdrop.cs +++ b/OpenRA.Mods.Cnc/ProductionAirdrop.cs @@ -59,7 +59,7 @@ namespace OpenRA.Mods.Cnc new AltitudeInit( Rules.Info[actorType].Traits.Get().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(() => {