added support for nuke launch sound to confirm strike

separated into IncomingSound = "nuke approaching/detected"
and changed LaunchSound into "nuke lauched"

also nuke with small L .aud in cnc rules looks like a typo
This commit is contained in:
Matthias Mailänder
2013-08-18 19:34:08 +02:00
parent 46691cdb31
commit d8b0c0d440
5 changed files with 11 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ namespace OpenRA.Mods.RA
public readonly string EndChargeSound = null;
public readonly string SelectTargetSound = null;
public readonly string LaunchSound = null;
public readonly string IncomingSound = null;
public readonly bool DisplayTimer = false;