Merge pull request #7033 from Mailaender/d2k-carryall-tweaks

Tweaked spice harvester carryalls
This commit is contained in:
Paul Chote
2014-12-07 11:09:55 +13:00
15 changed files with 81 additions and 40 deletions

View File

@@ -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