do transport unload on 'f'
This commit is contained in:
@@ -90,7 +90,9 @@ namespace OpenRA.Mods.RA.Widgets
|
|||||||
|
|
||||||
bool PerformDeploy()
|
bool PerformDeploy()
|
||||||
{
|
{
|
||||||
|
/* hack: two orders here -- DeployTransform and Unload. */
|
||||||
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
|
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
|
||||||
|
PerformKeyboardOrderOnSelection(a => new Order("Unload", a, false));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user