map scatter->move for audio; #1093
This commit is contained in:
@@ -275,7 +275,7 @@ namespace OpenRA.Mods.RA.Move
|
|||||||
|
|
||||||
public string VoicePhraseForOrder(Actor self, Order order)
|
public string VoicePhraseForOrder(Actor self, Order order)
|
||||||
{
|
{
|
||||||
if (order.OrderString == "Move")
|
if (order.OrderString == "Move" || order.OrderString == "Scatter")
|
||||||
return "Move";
|
return "Move";
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user