Guards don't contact the player anymore and people continue chasing the guards
This commit is contained in:
@@ -371,7 +371,8 @@ var AISprite = function(game, x, y, key, frame) {
|
|||||||
this.chasetarget(player,
|
this.chasetarget(player,
|
||||||
STATE_ALERTED,
|
STATE_ALERTED,
|
||||||
STATE_MOVING | STATE_RUNNING,
|
STATE_MOVING | STATE_RUNNING,
|
||||||
true);
|
true,
|
||||||
|
false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user