Add (laser-)viceroids. Needs a proper weapon.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OpenRA.Mods.RA.Render
|
||||
{
|
||||
canSmoke = self.Info.Traits.Get<RenderUnitInfo>().Smokes;
|
||||
|
||||
anim.Play("idle");
|
||||
anim.PlayRepeating("idle");
|
||||
|
||||
if (canSmoke)
|
||||
anims.Add( "smoke", new AnimationWithOffset( new Animation( "smoke_m" ), null, () => !isSmoking ) );
|
||||
|
||||
Reference in New Issue
Block a user