voices are no longer tied to having Unit; default is to have no voice; defaults.yaml set up appropriately for units that should have one.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Traits
|
||||
{
|
||||
public readonly int Priority = 10;
|
||||
public readonly int[] Bounds = null;
|
||||
public readonly string Voice = "GenericVoice";
|
||||
public readonly string Voice = null;
|
||||
public readonly float Radius = 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user