Add ReturnToBase (F) support for aircraft; #1084
This commit is contained in:
@@ -104,9 +104,10 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
|
||||
bool PerformDeploy()
|
||||
{
|
||||
/* hack: two orders here -- DeployTransform and Unload. */
|
||||
/* hack: three orders here -- DeployTransform and Unload. */
|
||||
PerformKeyboardOrderOnSelection(a => new Order("ReturnToBase", a, false));
|
||||
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
|
||||
PerformKeyboardOrderOnSelection(a => new Order("Unload", a, false));
|
||||
PerformKeyboardOrderOnSelection(a => new Order("Unload", a, false));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user