PrimaryBuilding notification now optional.

This commit is contained in:
Andre Mohren
2018-07-22 13:47:24 +02:00
committed by abcdefg30
parent cf84e6f8d5
commit 90c2249317
5 changed files with 22 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly string PrimaryCondition = null;
[Desc("The speech notification to play when selecting a primary building.")]
public readonly string SelectionNotification = "PrimaryBuildingSelected";
public readonly string SelectionNotification = null;
[Desc("List of production queues for which the primary flag should be set.",
"If empty, the list given in the `Produces` property of the `Production` trait will be used.")]