CyclicSet; commander task distribution; fixed AIScoutLocation

This commit is contained in:
Robert MacGregor 2015-06-27 20:43:20 -04:00
parent 088d7fee8e
commit 92007e9bc7
7 changed files with 218 additions and 37 deletions

View file

@ -22,7 +22,7 @@ function AIConnection::initialize(%this, %aiClient)
function AIConnection::update(%this)
{
if (isObject(%this.player) && %this.player.getMoveState() $= "walk")
if (isObject(%this.player) && %this.player.getState() $= "Move")
{
%this.updateLegs();
%this.updateVisualAcuity();