diff --git a/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs b/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs index e01c3769f5..394296c425 100644 --- a/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs +++ b/OpenRA.Mods.D2k/AutoCarryall/AutoCarryall.cs @@ -151,6 +151,7 @@ namespace OpenRA.Mods.D2k // Create a new animation for our carryable unit anim = new Animation(self.World, RenderSprites.GetImage(carryable.Info), RenderSprites.MakeFacingFunc(self)); anim.PlayRepeating("idle"); + anim.IsDecoration = true; } // Called when released