added speech packages; successful local move orders now play sound
This commit is contained in:
@@ -102,7 +102,11 @@ namespace OpenRa.Game.Traits
|
||||
public Order Order(Actor self, Game game, int2 xy)
|
||||
{
|
||||
if (xy != toCell)
|
||||
{
|
||||
if (game.LocalPlayer == self.Owner)
|
||||
game.PlaySound("ackno.r00", false);
|
||||
return new MoveOrder(self, xy);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user