diff --git a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs index c6801d83a4..3901d9f98b 100644 --- a/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs +++ b/OpenRA.Mods.Common/Traits/SupportPowers/NukePower.cs @@ -57,7 +57,7 @@ namespace OpenRA.Mods.Common.Traits [SequenceReference("TrailImage")] [Desc("Loop a randomly chosen sequence of TrailImage from this list while this projectile is moving.")] - public readonly string[] TrailSequences = { "idle" }; + public readonly string[] TrailSequences = { }; [Desc("Interval in ticks between each spawned Trail animation.")] public readonly int TrailInterval = 1;