Guards don't contact the player anymore and people continue chasing the guards

This commit is contained in:
2014-06-22 10:51:09 -07:00
parent 898b6f4885
commit 30d5906129

View File

@@ -371,7 +371,8 @@ var AISprite = function(game, x, y, key, frame) {
this.chasetarget(player,
STATE_ALERTED,
STATE_MOVING | STATE_RUNNING,
true);
true,
false);
return;
}