do not show carrying resources animation in attack-move

This was SVN commit r14216.
This commit is contained in:
mimo 2013-11-22 17:43:26 +00:00
parent 5da63764e0
commit 3d75d4e69c

View file

@ -1346,6 +1346,9 @@ var UnitFsmSpec = {
"WALKINGANDFIGHTING": {
"enter": function () {
// Show weapons rather than carried resources.
this.SetGathererAnimationOverride(true);
this.StartTimer(0, 1000);
this.SelectAnimation("move");
},