diff --git a/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs b/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs index 385bc212b5..4811915f81 100644 --- a/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs +++ b/OpenRA.Mods.Common/Traits/SupportPowers/SpawnActorPower.cs @@ -50,6 +50,7 @@ namespace OpenRA.Mods.Common.Traits { var location = self.World.Map.CenterOfCell(order.TargetLocation); + PlayLaunchSounds(); Game.Sound.Play(SoundType.World, info.DeploySound, location); if (!string.IsNullOrEmpty(info.EffectSequence) && !string.IsNullOrEmpty(info.EffectPalette))