map scatter->move for audio; #1093

This commit is contained in:
Chris Forbes
2011-08-03 18:41:47 +12:00
parent d3def71340
commit 9f0f8d381f

View File

@@ -275,7 +275,7 @@ namespace OpenRA.Mods.RA.Move
public string VoicePhraseForOrder(Actor self, Order order)
{
if (order.OrderString == "Move")
if (order.OrderString == "Move" || order.OrderString == "Scatter")
return "Move";
return null;
}