This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9660 for ps


Ignore:
Timestamp:
06/25/11 21:14:08 (14 years ago)
Author:
Badmadblacksad
Message:

fix a small bug related to units stances and gathering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/simulation/components/UnitAI.js

    r9657 r9660  
    296296            }
    297297
    298             this.PushOrderFront("Attack", { "target": this.order.data.target, "force": false });
     298            this.PushOrderFront("Attack", { "target": this.order.data.target, "force": true });
    299299            return;
    300300        }
Note: See TracChangeset for help on using the changeset viewer.