diff --git a/OpenRA.Mods.Common/Traits/GainsExperience.cs b/OpenRA.Mods.Common/Traits/GainsExperience.cs index 96fd69cd31..a627221b0a 100644 --- a/OpenRA.Mods.Common/Traits/GainsExperience.cs +++ b/OpenRA.Mods.Common/Traits/GainsExperience.cs @@ -95,12 +95,12 @@ namespace OpenRA.Mods.Common.Traits foreach (var u in upgrades) um.GrantUpgrade(self, u, this); - } - if (!silent) - { - Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Sounds", "LevelUp", self.Owner.Country.InternalName); - self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette))); + if (!silent) + { + Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Sounds", "LevelUp", self.Owner.Country.InternalName); + self.World.AddFrameEndTask(w => w.Add(new CrateEffect(self, "levelup", info.LevelUpPalette))); + } } } diff --git a/mods/ra/maps/allies-05a/map.yaml b/mods/ra/maps/allies-05a/map.yaml index 7cd80310ca..ea3244f401 100644 --- a/mods/ra/maps/allies-05a/map.yaml +++ b/mods/ra/maps/allies-05a/map.yaml @@ -1695,6 +1695,7 @@ Rules: DisguiseToolTip: ShowOwnerRow: false WEAP: + -InfiltrateForSupportPower: TargetableBuilding: TargetTypes: Ground, C4, DetonateAttack, Structure, Mission Objectives MISS: