#361 weap doesnt play sell animation correctly -- fixed
This commit is contained in:
@@ -68,6 +68,7 @@ namespace OpenRA.Mods.RA.Render
|
|||||||
public override void Selling( Actor self )
|
public override void Selling( Actor self )
|
||||||
{
|
{
|
||||||
self.Trait<RenderSimple>().anims.Remove( "roof" );
|
self.Trait<RenderSimple>().anims.Remove( "roof" );
|
||||||
|
base.Selling(self);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user