Working on AI behaviors
This commit is contained in:
@@ -930,7 +930,7 @@ var AISprite = function(game, x, y, key, frame) {
|
|||||||
} else {
|
} else {
|
||||||
this.action_reportplayer();
|
this.action_reportplayer();
|
||||||
}
|
}
|
||||||
} else if ( hasState(this, (STATE_CONCERNED | STATE_RELIEVED)) ) {
|
} else if ( hasState(this, (STATE_CONCERNED | STATE_LOSTHIM)) ) {
|
||||||
this.action_huntplayer();
|
this.action_huntplayer();
|
||||||
} else {
|
} else {
|
||||||
this.action_wander();
|
this.action_wander();
|
||||||
|
|||||||
Reference in New Issue
Block a user