diff --git a/OpenRA.Mods.RA/Cloak.cs b/OpenRA.Mods.RA/Cloak.cs index 87860f5bdd..2f5c3b25f3 100644 --- a/OpenRA.Mods.RA/Cloak.cs +++ b/OpenRA.Mods.RA/Cloak.cs @@ -91,10 +91,7 @@ namespace OpenRA.Mods.RA public void Tick(Actor self) { if (remainingTime > 0 && !crateDisabled && !damageDisabled && --remainingTime <= 0) - { - self.Generation++; Sound.Play(Info.CloakSound, self.CenterPosition); - } if (self.IsDisabled()) Uncloak();