make CrateDrop use FlyAttack rather than FlyAttackLoop
This commit is contained in:
@@ -81,7 +81,7 @@ namespace OpenRA.Mods.RA
|
||||
new AltitudeInit( Rules.Info["badr"].Traits.Get<AircraftInfo>().CruiseAltitude ),
|
||||
});
|
||||
plane.CancelActivity();
|
||||
plane.QueueActivity(new FlyAttackLoop(p));
|
||||
plane.QueueActivity(new FlyAttack(Target.FromCell(p)));
|
||||
plane.Trait<ParaDrop>().SetLZ(p);
|
||||
plane.Trait<Cargo>().Load(plane, crate);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user