Add a scatter key
This commit is contained in:
@@ -283,6 +283,11 @@ namespace OpenRA.Mods.RA.Move
|
||||
if (order.OrderString == "Stop")
|
||||
{
|
||||
self.CancelActivity();
|
||||
}
|
||||
|
||||
if (order.OrderString == "Scatter")
|
||||
{
|
||||
OnNudge(self, self);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user