Fix the C17 delivery plane doing a steep dive when trying to land

This commit is contained in:
Pavel Penev
2015-11-04 23:40:26 +02:00
parent e741e4300b
commit 5cf34f926b
4 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenRA.Mods.Cnc.Traits
new FacingInit(64)
});
actor.QueueActivity(new Fly(actor, Target.FromCell(w, self.Location + new CVec(9, 0))));
actor.QueueActivity(new Fly(actor, Target.FromCell(w, self.Location + new CVec(12, 0))));
actor.QueueActivity(new Land(actor, Target.FromActor(self)));
actor.QueueActivity(new CallFunc(() =>
{

View File

@@ -153,6 +153,7 @@ C17:
Speed: 326
Repulsable: False
AirborneUpgrades: airborne
MaximumPitch: 36
Health:
HP: 25
Armor:

View File

@@ -401,7 +401,6 @@
RejectsOrders:
Aircraft:
CruiseAltitude: 2560
MaximumPitch: 56
^Ship:
Inherits@1: ^ExistsInWorld

View File

@@ -64,6 +64,7 @@ frigate:
RepairBuildings:
RearmBuildings:
Repulsable: False
MaximumPitch: 20
-AppearsOnRadar:
Cargo:
MaxWeight: 20