Add PlayLaunchSounds() to SupportPowers which are missing it.
This commit is contained in:
committed by
reaperrr
parent
85a5b6cc17
commit
6ab0ace9e1
@@ -79,9 +79,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
|
||||
self.World.AddFrameEndTask(w =>
|
||||
{
|
||||
Game.Sound.PlayToPlayer(SoundType.World, self.Owner, Info.LaunchSound);
|
||||
Game.Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Speech",
|
||||
Info.LaunchSpeechNotification, self.Owner.Faction.InternalName);
|
||||
PlayLaunchSounds();
|
||||
|
||||
w.Add(new SatelliteLaunch(self, info));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user