new setting to allow unlucky paratroopers
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
plane.CancelActivity();
|
||||
plane.QueueActivity(new FlyAttack(Target.FromCell(w, p)));
|
||||
plane.Trait<ParaDrop>().SetLZ(p);
|
||||
plane.Trait<ParaDrop>().SetLZ(p, true);
|
||||
plane.Trait<Cargo>().Load(plane, crate);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user