RepairsUnits notification now optional.

This commit is contained in:
Andre Mohren
2018-08-15 20:21:27 +02:00
committed by abcdefg30
parent 091f660dc7
commit a68ea0fe2d
6 changed files with 10 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.Traits
public readonly int Interval = 24;
[Desc("The sound played when starting to repair a unit.")]
public readonly string StartRepairingNotification = "Repairing";
public readonly string StartRepairingNotification = null;
[Desc("The sound played when repairing a unit is done.")]
public readonly string FinishRepairingNotification = null;