mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
do not show carrying resources animation in attack-move
This was SVN commit r14216.
This commit is contained in:
parent
5da63764e0
commit
3d75d4e69c
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue